Skip to content

Environment setup

Andrey Tkachenko edited this page Apr 16, 2021 · 1 revision
  1. Install NodeJS
  2. Clone repo
  3. Fetch all required npm packages using npm install
  4. Configure .env (use .env.sample as a reference if needed)
  5. After any changes in code, in cmd call tsc
  6. Start the app by using nodemon build/main.js or debug it with your IDE