From 367c6628c9f65df26f345d9983db8b3890c9b3dd Mon Sep 17 00:00:00 2001 From: Karmaa <88517757+LukeGus@users.noreply.github.com> Date: Sat, 8 Mar 2025 01:30:02 -0600 Subject: [PATCH] Updated Manual (markdown) --- Manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Manual.md b/Manual.md index eca0814..0eb4ca3 100644 --- a/Manual.md +++ b/Manual.md @@ -7,11 +7,11 @@ 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 running the website via nginx via the nginx config in the docker directory. or: ```sh npm run start ``` -to run without building (not recommended). To start the connection websocket, go to the "src/backend" directory and run the following cmd +to run without building (not recommended). To start the connection websocket, go to the "src/backend" directory and run the following cmd: ```sh node server.cjs ```