BT-App
KDP Project
Building guide
Installing node.js
Run following commands in the root directory of the project
npm run build
npm start
- (OPTIONAL) If you find errors, there may be some modules that you havn't install from node.
npm install xxx
- Run the code above (replacing xxx by modules required -> check error message) before doing Step 2.
xxx
can be the followings:
- react
- electron
- ejs
- ts-node
Contribution Guide
Git Workflow: here