Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 599 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 599 Bytes

ElderPass

Run for development use:

npm run-script run-dev

Generate automatic documentation:

npm run-script document

Run for production use (utilize pm2 for clustering):

npm run-script run-prod

Gracefully shut down the production server:

npm run-script stop-prod

Folder overview

logs - Logs from bunyan & morgan

public - All client side CSS & JS

src - All server side JS

views - All of the EJS that generates the client side pages