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 0472527 commit 281d06a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,26 @@ cd ./server
docker build --pull --rm -t mental-health-app:latest .
```

3.Configure environment variables:
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
4. Setup the frontend environment with NPM
```
cd ./client
npm install
```
4. Run the backend:
5. Run the backend:
```
python app.py
```
6. Build the frontend:
```
npm run build
```
6. Execute the frontend:
7. Execute the frontend:
```
npm run preview
```

0 comments on commit 281d06a

Please sign in to comment.