Pace Playground is a web application for runners who train for races. It renders splits for a given distance and pace and allows for simple manipulation of splits while keeping to a goal race time.
The project is hosted at defy.org/hacks/paceplayground
More project details are available on the About page
See CONTRIBUTING.md
Pace Playground is a React application. It was created using Create React App with the TypeScript template:
yarn create react-app ch-bootstrap --template typescript
So you can run locally with: yarn start
The other standard scripts exist also: yarn test
, yard build
, etc.