Updated Manual (markdown)

Karmaa
2025-06-18 01:42:31 -05:00
parent 34b6575e35
commit 014b574ab9

@@ -11,7 +11,7 @@ to build the project, I recommend hosting the website via nginx via the nginx co
```sh
npm run dev
```
to run without building (not recommended). To start the connection websocket, go to the "src/backend" directory and run the following command:
to run without building (not recommended). To start the connection websocket, go to the `src/backend` directory and run the following command:
```sh
node starter.cjs
```