Update readme.md

This commit is contained in:
subnub
2020-05-25 17:24:15 -04:00
committed by GitHub
parent 703d71af50
commit 138ede96b8
+5
View File
@@ -59,6 +59,11 @@ npm run setup
npm run build
```
>(Optional) Create the MongoDB indexes, this increases performace. MongoDB must be running for this command to work.
```javascript
npm run create-indexes-database
```
>Start the server
``` javascript
npm run start