Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrumilp12 authored Aug 16, 2024
1 parent 93f6e7e commit 0472527
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0472527

Please sign in to comment.