Skip to content

stylesuxx/LiftOff-Track-and-Race-Generator

Repository files navigation

LiftOff Track and Race Generator

Check out the LiftOff Track and Race Generator

Build Status Dependency Status devDependency Status

Features

  • 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

TODO's

  • Save current app state
  • Image beneath canvas
  • Export/import JSON
  • Import KML
  • Different gate types (including width)
  • React & Redux rewrite
  • Test Cases

Development

First make sure to install all the dependencies:

yarn install

Then run the development server:

yarn start

Build

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/* .