Skip to content

Pinewood derby & Raingutter Regatta software for elapsed-time or points

License

Notifications You must be signed in to change notification settings

blehr/pinewoodRaceDay

Repository files navigation

#PinewoodRaceDay.com

Free Pinewood Derby and Raingutter Regatta program and software, perfect for BSA, Boy Scouts, Cub Scouts, Awana, and Youth Groups.

This app works with both elapsed-time and points methods of scoring.

Works offline, nothing to download or install, no accounts or registration required.

Instructions for use are located on the website.

##Development

##Offline Access

  • HTML5 Application Cache allows offline access after first initial page load
  • All data is stored on the client utilizing localforage

##Deployment

  • npm run build compiles to /dist
  • Runs completely client-side, can be deployed to a simple apache server
    • htaccess is included to set mime-type text/cache-manifest and redirect all requests to / (client handles routing)
    • place in root of web host directory