# Installs all dependencies for the project.
yarn install
# Compiles and hot-reloads for development.
yarn serve
# Compiles and minifies for production.
yarn build
# Runs tests defined in package.json.
yarn test
# Lints and fixes files
yarn lint
- ELSI-SAT is using github.com/electron-userland/electron-builder
- Documentation at electron.build
yarn electron:serve
# Build.
yarn electron:build
--win
--mac
--linux
# Build for a specific plattform.
yarn electron:build --win