Go to file
karniv00l e2860fde14
Initial commit
2021-03-22 22:29:03 +01:00
.github Initial commit 2021-03-22 22:29:03 +01:00
.vscode Initial commit 2021-03-22 22:29:03 +01:00
public Initial commit 2021-03-22 22:29:03 +01:00
src Initial commit 2021-03-22 22:29:03 +01: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 Initial commit 2021-03-22 22:29:03 +01: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 Initial commit 2021-03-22 22:29:03 +01:00
craco-less.js Initial commit 2021-03-22 22:29:03 +01:00
craco.config.js Initial commit 2021-03-22 22:29:03 +01:00
forge.config.js Initial commit 2021-03-22 22:29:03 +01:00
package-lock.json Initial commit 2021-03-22 22:29:03 +01:00
package.json Initial commit 2021-03-22 22:29:03 +01: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

README.md

SpeedyTuner Cloud

Share your Speeduino tune and logs.

Development

Recommended dev environment:

# install packages
npm install

# run development server
npm start

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