Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 901 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 901 Bytes

About

This webapp is built with React using CreateReactApp, Reactstrap, and FontAwesome Icons. The hosting is provided through Google Firebase.

The application does basic conversions between pace, distance, and time of various units.

Building the App

  1. Install NPM
  2. Navigate to the main directory in a terminal
  3. Serve the site to see changes during development
  4. Build the site for deployment
    • Run npm run build
    • The built site can be found in the build folder