This is the website front-end to for flashing ESP32 devices with Tactility.
Before you can build the project, make sure you:
- Installed NodeJS
- Run
npm install
Continuous building with local web server:
npm run start -- --port 3000Building static files into dist/:
npm run buildCopy manually to docs/ and perform git push to deploy,