Skip to content
JiPaix edited this page Nov 25, 2022 · 2 revisions

Setup

Install dependencies

npm install

Start Fukayo

Hot module reload

The application is reloaded whenever changes occures.

npm run watch

Build and start

Build all packages and run electron.

npm run build
npm run start

Compile

Creates an executable.
Files are located in the $PROJECT_ROOT/dist folder

run npm compile