- Clone this repository.
- Run
npm installinside the project to install dependencies. - Run
npm run elrebuildto rebuild dependencies for the electron node version. - Run
npm run buildcssto compile CSS. - Run
npm run buildstartto compile and run the application in developer mode.
To run the application again in the future, or after making changes, run buildstart again (step 5).
Note: when running in developer mode, application data will be written to a
subdirectory of the project named dev_app_data. This is controlled by
an environment variable: HYACINTH_DEV=true. If this variable is not set,
application data will be written to the default location as determined by Electron.