yarn start
---
### **Packaging for Production**
To package apps into a local executable:
- Personalize the forge **maker** configs at `/.config/forge.config.js`
```sh
yarn make:win
# yarn make:mac
# yarn make:linux
- Copy the contents of
env.example
to.env
(Copy into a blank one if you dont already have one) - Set your
GH_TOKEN
- Personalize the forge publisher configs at
/.config/forge.config.js
yarn publish:win
# yarn publish:mac
# yarn publish:linux
- Ensure that you have a high quality
source.png
icon in your/assets/package
folder - Run:
yarn create-icons