luillo1 / RaceResults

A platform for managing and sharing running race results within running groups
4 stars 0 forks source link

RaceResults

RaceResults consists of a frontend single page application, as well as a backend API. For more information regarding each of these, please see their corresponding directories.

Contributing

  1. Clone repository
  2. Create your feature branch: git checkout -b awesome-new-feature
  3. Commit your changes: git commit -am 'Added new feature'
  4. Push your branch: git push origin awesome-new-feature
  5. Submit a pull request!