Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 854 Bytes

File metadata and controls

25 lines (17 loc) · 854 Bytes

Tresh Laps

To start development on your computer, clone the repository and run npm start to run the app in development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Commit messages

Use the following format to make it easy to get an overview of what you have done:

CHANGETYPE: Short description of change in present tense

Valid change types:

FEAT: New feature in production code FIX: Bugfix REFAC: Cleanup/restructuring of code, features should remain unchanged CHORE: Changes to things other than code, eg README/documentation TEST: Changes to tests

Examples:

  • FEAT: Add component for pace display
  • FIX: Bugfix in pace display component
  • CHORE: Cleanup the messy code that Magnus wrote