From 281d06a4af4908983c4a6d009527904213f19bc3 Mon Sep 17 00:00:00 2001 From: DHRUMIL PATEL <123137675+dhrumilp12@users.noreply.github.com> Date: Fri, 16 Aug 2024 17:42:04 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6936cfe8..3bf97c8c 100644 --- a/README.md +++ b/README.md @@ -22,18 +22,18 @@ 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 ``` @@ -41,7 +41,7 @@ python app.py ``` npm run build ``` -6. Execute the frontend: +7. Execute the frontend: ``` npm run preview ```