Share your Speeduino tune and logs.
- π always free and open source (FOSS)
- π» Cloud based web app with CDN
- π₯
60 FPS
animations and fast load times - π good user experience
- π intuitive, modern and responsive UI
- πΆ easy for newcomers with tips, tools and simple diagnostics
- π± touch screen friendly
- Documentation: wiki.speeduino.com
- Source code: noisymime/speeduino
There are many ways in which you can participate in the project and every bit of help is greatly appreciated.
- π Say Hi and start a conversation over at Discussions
- π Submit bugs and feature requests
- π§ͺ Test on different platforms, hardware and Speeduino firmware
- π Review source code
- β¨οΈ Write tests and refactor code according to best practices
- Node 16.x.x
Project uses shared packages (@speedy-tuner/...
).
They are hosted using GitHub Packages
, to install them you need to authenticate to GitHub Packages first.
Private token can be assing to ENV like so when running npm install
in the same shell:
export NPM_GITHUB_TOKEN=YOUR_PRIVATE_GITHUB_TOKEN
# install packages
npm install
# run development server
npm start
# open in browser
open http://localhost:3000