Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 375 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 375 Bytes

Split Calculator

A tool to plan out and calculate the split on your erg pieces.

Image

Local Development

Setup

  1. Clone the repository locally.

    git clone https://github.com/principle105/split-calculator
  2. Install dependencies.

    npm i
  3. Run the application.

    npm run dev