hyper-tuner-cloud/README.md

27 lines
642 B
Markdown
Raw Normal View History

2021-03-22 14:29:03 -07:00
# SpeedyTuner Cloud
2021-03-23 09:23:33 -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/github/docs/actions/workflows/main.yml/badge.svg?branch=master)
2021-03-22 14:29:03 -07:00
Share your Speeduino tune and logs.
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-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
```