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.git
bash
cd EcuBus-Pro
bash
npm install
Build Steps
Build Documentation
bash
npm run docs:build
Build Native Module
bash
npm run native
Build Worker
bash
npm run worker
Build API
bash
npm run api
Build CLI (Windows)
bash
npm run cli:build:win
Run Development
bash
npm run dev
Build Application (Windows)
bash
npm run build:win
Get From Github Action
you also can get detail setup steps from Github Action