Skip to content

ELSI-SAT/ELSI-SAT

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

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