-
Notifications
You must be signed in to change notification settings - Fork 3
Environment setup
Andrey Tkachenko edited this page Apr 16, 2021
·
1 revision
- Install NodeJS
- Clone repo
- Fetch all required npm packages using
npm install
- Configure .env (use .env.sample as a reference if needed)
- After any changes in code, in cmd call
tsc
- Start the app by using
nodemon build/main.js
or debug it with your IDE