Hella Amazing Race

Hella Amazing Race allows you to create real-world races by setting start and end locations with checkpoints inbetween. Race yourself and your friends through the checkpoints to see who finishes first!

Team

  • Andrew Alonis
  • Jason Chambers
  • Eddie Chou

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Roadmap
  5. Contributing

Usage

Some usage instructions

Requirements

  • Node 6.4.x

Development

Installing Dependencies

From within the root directory:

npm install

Running the server

From within the root directory:

npm run build
npm run s

Git remote

git remote add staging https://git.heroku.com/hella-amazing-race-staging.git
git remote add heroku https://git.heroku.com/hella-amazing-race.git
git remote add upstream https://github.com/HellaAmazingHackers/HellaAmazingRace.git

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.