Skip to content

ELSI-SAT/ELSI-SAT

Repository files navigation

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

Serve

yarn electron:serve

Build

# Build.
yarn electron:build

Multi Platform Build

  • --win
  • --mac
  • --linux
# Build for a specific plattform.
yarn electron:build --win