hyper-tuner-cloud/README.md

23 lines
330 B
Markdown
Raw Normal View History

2021-03-22 14:29:03 -07:00
# SpeedyTuner Cloud
Share your Speeduino tune and logs.
2021-03-22 15:12:53 -07:00
## [https://speedytuner.cloud](https://speedytuner.cloud)
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
```