Skip to content

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 native module

bash
npm run native

run

bash
npm run dev

build

bash
npm run build:win

Get From Github Action

you also can get detail setup steps from Github Action