Note
Developing on Windows WSL? This project launches an Electron GUI application and therefore may not work on WSL.
npm installnpm run buildNote
Running into build errors? Try running npm run electron:rebuild and then npm run build
This will run the application with hot reloading enabled for client-side code and auto relaunches the applications when changes are made to the backend.
npm run devIf using VS Code for development, one can debug the application by setting break points and running the Main + renderer debug mode.
