Update README.md

This commit is contained in:
Benjamin Wilson 2023-07-17 00:23:52 -04:00 committed by GitHub
parent 73de187cd9
commit 4348f27b04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,10 +19,6 @@ $ npm run start:dev
# production build
$ npm run build
# production server
# *pre-req install pm2 (https://pm2.keymetrics.io/)
$ pm2 start dist/main.js
```
@ -39,3 +35,11 @@ $ npm run test:cov
## Web interface
See [public-pool-ui](https://github.com/benjamin-wilson/public-pool-ui)
## Deployment
Install pm2 (https://pm2.keymetrics.io/)
```bash
$ pm2 start dist/main.js
```