page-lab
page-lab copied to clipboard
automate Node setup
We'll need to automate the node.js setup
- [ ] install
nvm
&&nvm install 10
- [ ]
npm install
- [ ]
pm2 install && pm2 start pagelab
- [ ]
...