Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 639 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 639 Bytes

Garmin G5 flight instrument simulator

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.

Development

The project is a pretty stock create-react-app app.

  1. Install dependencies with npm install
  2. 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.