From 085b598264831b491beb19ad3037648ddea08dbb Mon Sep 17 00:00:00 2001 From: Yujin Hong Date: Tue, 30 Apr 2024 03:58:12 -0400 Subject: [PATCH] more readme change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 939f95a..ad1dfa2 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. 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. \ +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 "pm2 start npm -- start" on both the front-end and back-end folders for deploying. \