npm run start-dev
We use Electron builder to build and package the application. By default, you can run the following to package for your current platform:
npm run dist
This will create an installer for your platform in the releases
folder.
You can make builds for specific platforms (or multiple platforms) by using the options found here. E.g. building for all platforms (Windows, Mac, Linux):
npm run dist -- -mwl