Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 357 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 357 Bytes

bigbrother

To run this code u need to install nodejs and git. Then :

git clone https://github.com/elyas74/bigbrother
cd bigbrother
npm install

now for developing u can run :

nodemon

it's recommended to use nodemon fo development and pm2 for public release.