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