Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 285 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 285 Bytes

git4nstatus

Setting up

  1. Configure enviroment at ./config/dev.env file or at system variables. System variables has priority over all others.
  2. Run npm i.
  3. Run npm run db-startup.
  4. Run npm run db-setup.
  5. Run npm run build.

Executing

Run npm run start.