Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 292 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 292 Bytes

Nutrahome API

  • Run server globally:

    $ pm2 start index.js
    $ lt --port 6789
    
  • Restart server

    $ pm2 restart index.js
    
  • Log server

    $ pm2 log