hyper-tuner-cloud/README.md

21 lines
271 B
Markdown
Raw Normal View History

2021-03-22 14:29:03 -07:00
# SpeedyTuner Cloud
Share your Speeduino tune and logs.
## 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
```