mirror of
https://github.com/benjamin-wilson/public-pool.git
synced 2025-03-18 05:41:43 +01:00
Merge branch 'master' of https://github.com/benjamin-wilson/public-pool
This commit is contained in:
commit
d32c4b2b2e
12
README.md
12
README.md
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user