From 9d1afdf22fb4b957a0af78702208a49c0536b25e Mon Sep 17 00:00:00 2001 From: bobbyimpastato <109999793+bobbyimpastato@users.noreply.github.com> Date: Tue, 30 Apr 2024 02:26:35 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7aeca0..cd6d534 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,4 @@ To contribute to this project, please see the [CONTRIBUTING.md](https://github.c ### Building & Testing To test run "npm test" on the back-end folder. \ -To run the project run "npm install" on the front-end and the back-end folder to make sure you have all the dependencies, then make sure you have put our .env file from our Discord channel in the back-end folder, finally run "npm start" on both the front-end and back-end folders. \ +To run the project run "npm install" on the front-end and the back-end folder to make sure you have all the dependencies. Next, make sure you have put our .env file from our Discord channel in the back-end folder. Feel free to change the database (DSN) credentials to your own database. Finally run "npm start" on both the front-end and back-end folders. \