Skip to content

Latest commit

 

History

History
76 lines (44 loc) · 1.29 KB

DEVELOPERS.md

File metadata and controls

76 lines (44 loc) · 1.29 KB

Dobkapapp

Installation

Install dependencies using npm :

npm install

Start : Development

To develop and run your application, you need to run following command.
Start electron application for development :

npm run start

Lint : Development

To lint application source code using ESLint via this command :

npm run lint

Package : Production

Customize and package your Electron app with OS-specific bundles (.app, .exe etc)

npm run package

Make : Production

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

Packager & Makers Configuration

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

Reset database state (macOS)

rm ~/Library/Application\ Support/dobkapapp/db.sqlite

Reset database state (Windows)

rm ~/AppData/Roaming/dobkapapp/db.sqlite