miswired-glitchy-vue-app
Project Overview
This web app is an alternate way to interface with the Glitchy Circuit Breaker Gadget.
after running the install & build commands, the contents of the dist folder should be loaded to the root directory of a MicroSD card and inserted into the card slot of the Glitchy board. Then follow the normal connection instructions defined in the Glitchy Wiki.
Release Notes
1.0.0
New Features
- Final release of version 1.0
- all planned features implemented
- new version tagged and added to repository release collection
0.1.3 - BETA
New Features
- enabled zooming
- increase graph size on page
- reduce the thickness of each line to 1px.
0.1.2 - BETA
Bug Fixes
- fixed an issue where the first key array was being sent to all 3 graph outputs.
Recommended IDE Setup
VSCode + Volar (and disable Vetur).
Customize configuration
See Vite Configuration Reference.
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Compile and Minify for Production
npm run build
npm run lint