Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 729 Bytes

File metadata and controls

24 lines (15 loc) · 729 Bytes

LED Flows

An LED pattern mapper

Build Setup

# install dependencies
yarn # or npm install

# serve with hot reload at localhost:9080
yarn run dev # or npm run dev

# build electron application for production
yarn run build # or npm run build

# lint all JS/Vue component files in `src/`
yarn run lint # or npm run lint

This project was generated with electron-vue@80dc2ec using vue-cli. Documentation about the original structure can be found here.