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