commit ced74a96ccfda720a91a232ee914bae47a188856
parent aae0c3f0cc513c0a4f6b0071b19aad5204a32c00
Author: ashermorgan <59518073+ashermorgan@users.noreply.github.com>
Date: Wed, 15 Nov 2023 14:17:58 -0800
Update README.md
Diffstat:
1 file changed, 15 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
@@ -1,15 +1,16 @@
# Running Tools
-A collection of tools for runners and their coaches. Try it out [here](https://ashermorgan.github.io/running-tools/).
-
-
+A collection of tools for runners and their coaches.
+Try it out [here](https://ashermorgan.github.io/running-tools/).
## Features
-- [Pace Calculator](https://ashermorgan.github.io/running-tools/#/calculate/paces): Calculate distances and times that are at the same pace
-- [Race Calculator](https://ashermorgan.github.io/running-tools/#/calculate/races): Estimate equivalent results for races of different distances and/or times
-- [Split Calculator](https://ashermorgan.github.io/running-tools/#/calculate/splits): Find splits, paces, and cumulative times for the segments of a race
-- [Unit Calculator](https://ashermorgan.github.io/running-tools/#/calculate/units): Convert between different distance, time, speed, and pace units
-
-
+- [Pace Calculator](https://ashermorgan.github.io/running-tools/#/calculate/paces):
+ Calculate distances and times that are at the same pace
+- [Race Calculator](https://ashermorgan.github.io/running-tools/#/calculate/races):
+ Estimate equivalent results for races of different distances and/or times
+- [Split Calculator](https://ashermorgan.github.io/running-tools/#/calculate/splits):
+ Find splits, paces, and cumulative times for the segments of a race
+- [Unit Calculator](https://ashermorgan.github.io/running-tools/#/calculate/units):
+ Convert between different distance, time, speed, and pace units
## Setup
Install dependencies
@@ -22,6 +23,11 @@ Run development server
npm run dev
```
+Run unit tests
+```
+npm run test:unit
+```
+
Build for production
```
npm run build