Install dependencies using npm :
npm install
To develop and run your application, you need to run following command.
Start electron application for development :
npm run start
To lint application source code using ESLint via this command :
npm run lint
Customize and package your Electron app with OS-specific bundles (.app, .exe etc)
npm run package
Making is a way of taking your packaged application and making platform specific distributables like DMG, EXE, or Flatpak files (amongst others).
npm run make
This provides an easy way of configuring your packaged application and making platform specific distributables like DMG, EXE, or Flatpak files.
This configurations file is available in :
tools/forge/forge.config.js
For further information, you can visit Electron Forge Configuration
rm ~/Library/Application\ Support/dobkapapp/db.sqlite
rm ~/AppData/Roaming/dobkapapp/db.sqlite