The goal of this project is to build an interactive Garmin G5 simulator with JavaScript.
This is a work in progress! Still lots to do.
If you're interested in contributing please open an issue or contact me directly.
The project is a pretty stock create-react-app app.
- Install dependencies with
npm install
- Start development server with
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.