running-tools

A collection of tools for runners and their coaches
git clone https://git.ashermorgan.net/running-tools/
Log | Files | Refs | README

A collection of tools for runners and their coaches. Try it out here.

Features

Running Tools contains six calculators:

The Pace, Race, and Unit Calculators are the simplest to use, while the Batch, Split, and Workout Calculators are designed for more advanced use cases. More information about each calculator can be found here.

Setup

Install dependencies

npm install

Run development server

npm run dev

Run type checker, linter, unit tests, and end-to-end tests

npm run type-check
npm run lint
npm run test:unit
npm run test:e2e

Build for production

DOMAIN=example.com BASE_URL=/running-tools/ npm run build