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
Quick Dev Actions¶
Open electron debug mode with Hot reload
npm run dev
Host static web
npm run web