From 8780e88737f9891574074ff78870bdf1f3b02fcb Mon Sep 17 00:00:00 2001 From: Karmaa <88517757+LukeGus@users.noreply.github.com> Date: Wed, 18 Jun 2025 01:40:40 -0500 Subject: [PATCH] Updated Manual (markdown) --- Manual.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Manual.md b/Manual.md index bc648c8..cf8c496 100644 --- a/Manual.md +++ b/Manual.md @@ -7,13 +7,12 @@ Clone the repo then run the following commands: npm install npm run build ``` -to build the project, I recommend running the website via nginx via the nginx config in the docker directory. or: +to build the project, I recommend hosting the website via nginx via the nginx config in the docker directory. or: ```sh -npm run start +npm run dev ``` -to run without building (not recommended). To start the connection websocket, go to the "src/backend" directory and run the following commands: +to run without building (not recommended). To start the connection websocket, go to the "src/backend" directory and run the following command: ```sh -node ssh.cjs -node database.cjs +node starter.cjs ``` -This will start the websockets on port 8081 and 8082. \ No newline at end of file +This will start the file and database API on port 8081 and 8082. \ No newline at end of file