Skip to content

Installation

You must join the verteilen dev team to access the source code

Setup

User below commands to setup the project folder

git clone https://github.com/Verteilen/Verteilen.git
cd Verteilen
bun install
bun dev

After the build is setup, you can use below commands to do sort of things

Actions

Open electron debug mode with Hot reload

npm run dev

Host static web

npm run web

Open express server and hosting it as backend

npm run express

Compute node build

npm run build:node
npm run docker:node-f

Compute server build

npm run build:server
npm run docker:server-f