Updated Manual (markdown)
+2
-2
@@ -7,11 +7,11 @@ 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 running the website via nginx via the nginx config in the docker directory. or:
|
||||||
```sh
|
```sh
|
||||||
npm run start
|
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
|
```sh
|
||||||
node server.cjs
|
node server.cjs
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user