Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 465 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 465 Bytes

Build Status

GitHub App using MEA2N stack

  • get node dependencies npm install
  • get types via npm install -g tsd and tsd install
  • setup by creating .env from .env.sample with parameters
  • optionally put certificates into /certs
  • linting via npm run lint
  • compile via npm run compile
  • run the app via source .env && npm start