Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 868 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 868 Bytes

Pace Playground Project Info

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

Contributing

See CONTRIBUTING.md

Running Locally

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.