TrackRunnr was developed by Zac Blanco and Richard Ahn at HackRU in Spring of 2016.
The aim of TrackRunnr is to build a modern, scalable web app for advanced runners to track and log their training. We've built the app from the bottom up using modern web technologies and good software engineering practice.
TrackRunnr is open source! simply execute the git clone to get your own copy.
git clone https://github.com/ZacBlanco/TrackRunnrGetting up and running with TrackRunnr on your local machine is simple. Unix is recommended. Windows may require extra configuration.
Once you've got a copy of the repository using git-clone run the following command to install dependencies:
npm installNow run the tests to make sure that the build works on your system:
npm testIf all the tests pass then your system is ready to begin devlopment! You can now start your own local copy with
npm start