Skip to content

aboredvaro/iei-lab

Repository files navigation

Installation

First install nvm (MacOS)

Use node 14.16.0

nvm install 14.16.0
nvm use 14.16.0

Use yarn

npm i -g yarn

Build Setup

# install dependencies
yarn

# serve with hot reload at localhost:3001
yarn run dev

# build electron application for production
yarn run build