Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 420 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 420 Bytes

Enduro Time Card

Simple app to compute Enduro time card scores so you can quickly verify times posted by the club to make sure no errors were made (unless they are yours:). App is live on Github Pages.

# Run site
npm run dev

# Unit Tests
npm run test

# Integration Tests
npm run dev
npm cypress open

# Deploy
npm run test
npx cyrpress run
git push origin main