An LED pattern mapper
# 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.