Updated Manual (markdown)

Karmaa
2025-06-18 01:40:40 -05:00
parent 80892b63de
commit 8780e88737

@@ -7,13 +7,12 @@ Clone the repo then run the following commands:
npm install npm install
npm run build 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 ```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 ```sh
node ssh.cjs node starter.cjs
node database.cjs
``` ```
This will start the websockets on port 8081 and 8082. This will start the file and database API on port 8081 and 8082.