Updated Manual (markdown)
11
Manual.md
11
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.
|
||||
This will start the file and database API on port 8081 and 8082.
|
||||
Reference in New Issue
Block a user