Go to file
Piotr Rogowski 14e21702aa
Show download progress and cancel request on unmount (#46)
* Improve loading feedback

* Add ms metric

* Add download progress and ability to cancel fetch
2021-04-06 23:09:17 +02:00
.github Create lint.js.yml 2021-03-23 01:08:08 +01:00
.vscode Initial commit 2021-03-22 22:29:03 +01:00
public Show download progress and cancel request on unmount (#46) 2021-04-06 23:09:17 +02:00
src Show download progress and cancel request on unmount (#46) 2021-04-06 23:09:17 +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 Add more eslint rules, bump up dependency 2021-04-06 18:13:13 +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 Fix badge 2021-03-23 21:54:54 +01: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 Show download progress and cancel request on unmount (#46) 2021-04-06 23:09:17 +02:00
package.json Show download progress and cancel request on unmount (#46) 2021-04-06 23:09:17 +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

Share your Speeduino tune and logs.

https://speedytuner.cloud

Screenshot

Development

Recommended dev environment:

# install packages
npm install

# run development server
npm start

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