From 04725276b1c273435a1f54dc020454b13fcb51ce Mon Sep 17 00:00:00 2001 From: DHRUMIL PATEL <123137675+dhrumilp12@users.noreply.github.com> Date: Fri, 16 Aug 2024 17:13:25 -0400 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 900e9bdf..6936cfe8 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,18 @@ ``` https://github.com/dhrumilp12/Mental-Health-Companion.git ``` -3. Build the server with Docker +2. Build the server with Docker ``` cd ./server docker build --pull --rm -t mental-health-app:latest . ``` + +3.Configure environment variables: + - Copy the `.env.example` file to a new file named `.env`. + - Update the `.env` file with your specific configurations. + ``` + cp .env.example .env + ``` 3. Setup the frontend environment with NPM ``` cd ./client