mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 23:24:43 +02:00
* Add info about npm install for dep modules
This commit is contained in:
parent
ce8300da86
commit
839b885d21
1 changed files with 5 additions and 1 deletions
|
@ -51,8 +51,12 @@ messages: {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
3. Launch:
|
3. Install dependencies:
|
||||||
|
```bash
|
||||||
|
npm install
|
||||||
```
|
```
|
||||||
|
4. Launch:
|
||||||
|
```bash
|
||||||
node main.js
|
node main.js
|
||||||
```
|
```
|
||||||
(More information will be available in the documentation in the near future)
|
(More information will be available in the documentation in the near future)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue