Check out the LiftOff Track and Race Generator
- Draw a track
- Adjust marker spacing
- Adjust gate spacing
- Generate a track
- Generate race
- Single line marker (in the middle of track)
- Double line marker (width of your choice)
- Different maps (Liftoff Arena and The Drawing Board)
- Different marker types
- Save current app state
- Image beneath canvas
- Export/import JSON
- Import KML
- Different gate types (including width)
- React & Redux rewrite
- Test Cases
First make sure to install all the dependencies:
yarn install
Then run the development server:
yarn start
Build the distributable files
yarn dist
Check out the gh-pages
branch and copy the freshly build files from the dist
directory to root, commit and push.
cp -r dist/* .