Setup
If you are not familiar with JavaScript/Typescript, you can get some learning resources from JavaScript/Typescript Learning Resources
Detail Windows Setup Guide
You can get detail setup steps from Detail Windows Setup Guide
Prerequisites
- Node.js (v22)
- npm
- Node-gyp
Installation Steps
bash
git clone https://github.com/ecubus/EcuBus-Pro.gitbash
cd EcuBus-Probash
npm installBuild Steps
Build Documentation
bash
npm run docs:buildBuild Native Module
bash
npm run nativeBuild Worker
bash
npm run workerBuild API
bash
npm run apiBuild CLI (Windows)
bash
npm run cli:build:winRun Development
bash
npm run devBuild Application (Windows)
bash
npm run build:winGet From Github Action
you also can get detail setup steps from Github Action