Go to file
Piotr Rogowski b5b0f1c9c4
Add coverage badge (#162)
2021-08-20 10:47:08 +02:00
.github Delete stale.yml 2021-05-24 08:59:37 +02:00
.vscode Initial commit 2021-03-22 22:29:03 +01:00
public Add Datalog parsing 2021-04-10 19:16:35 +02:00
src Add Sentry (#73) 2021-05-02 23:18:23 +02:00
.editorconfig Initial commit 2021-03-22 22:29:03 +01:00
.env Initial commit 2021-03-22 22:29:03 +01:00
.eslintignore Initial commit 2021-03-22 22:29:03 +01:00
.eslintrc.yml Refactor logs, improve performance (#56) 2021-04-16 22:57:53 +02:00
.gitignore Initial commit 2021-03-22 22:29:03 +01:00
LICENSE Initial commit 2021-03-22 22:29:03 +01:00
README.md Add coverage badge (#162) 2021-08-20 10:47:08 +02:00
craco-less.js Initial commit 2021-03-22 22:29:03 +01:00
craco.config.js Improve log parsing - move parser to web worker (#44) 2021-04-05 23:44:21 +02:00
forge.config.js Initial commit 2021-03-22 22:29:03 +01:00
package-lock.json Add Sentry (#73) 2021-05-02 23:18:23 +02:00
package.json Add Sentry (#73) 2021-05-02 23:18:23 +02:00
tsconfig.custom.json Initial commit 2021-03-22 22:29:03 +01:00
tsconfig.json Initial commit 2021-03-22 22:29:03 +01:00
vercel.json Add vercel.json 2021-03-22 23:04:27 +01:00

README.md

SpeedyTuner Cloud

Netlify Status master Maintainability Test Coverage License

Share your Speeduino tune and logs.

https://speedytuner.cloud

Screenshot

Project main goals

  • 🚀 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

ECU firmware

Contributing 🤝

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

Development

Recommended dev environment:

# install packages
npm install

# run development server
npm start

# open in browser
open http://localhost:3000