hyper-tuner-cloud/README.md

54 lines
1.9 KiB
Markdown
Raw Normal View History

2021-03-22 14:29:03 -07:00
# SpeedyTuner Cloud
2021-03-23 13:54:54 -07:00
[![Netlify Status](https://api.netlify.com/api/v1/badges/83204fc5-98b8-483c-ac69-acaa656ba9ee/deploy-status)](https://app.netlify.com/sites/speedytuner/deploys) ![master](https://github.com/speedy-tuner/speedy-tuner-cloud/actions/workflows/lint.js.yml/badge.svg?branch=master)
2021-08-20 01:41:02 -07:00
[![Maintainability](https://api.codeclimate.com/v1/badges/d810354c0bca64ec9316/maintainability)](https://codeclimate.com/github/speedy-tuner/speedy-tuner-cloud/maintainability)
![License](https://img.shields.io/github/license/karniv00l/mlg-converter)
2021-03-23 09:23:33 -07:00
2021-08-15 04:57:37 -07:00
Share your [Speeduino](https://speeduino.com/) tune and logs.
2021-03-22 14:29:03 -07:00
2021-03-22 15:12:53 -07:00
## [https://speedytuner.cloud](https://speedytuner.cloud)
2021-03-23 02:10:21 -07:00
![Screenshot](https://speedytuner.cloud/img/screen.png)
2021-08-15 04:57:37 -07:00
## 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
- Documentation: [wiki.speeduino.com](https://wiki.speeduino.com/)
- Source code: [noisymime/speeduino](https://github.com/noisymime/speeduino)
## 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](https://github.com/karniv00l/speedy-tuner/discussions)
- 🐞 [Submit bugs and feature requests](https://github.com/karniv00l/speedy-tuner/issues)
- 🧪 Test on different platforms, hardware and Speeduino firmware
- 👓 Review source code
- ⌨️ Write tests and refactor code according to best practices
2021-03-22 14:29:03 -07:00
## Development
Recommended dev environment:
- [Node LTS](https://nodejs.org/) 14.x.x
```bash
# install packages
npm install
# run development server
npm start
# open in browser
open http://localhost:3000
```