Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 617 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 617 Bytes

Just Another HIIT Timer

Description

Just Another HIIT Timer is progressive web application that you can run on your PC, Mac, or Mobile Phone to create timer-based HIIT Workouts.

it saves everything into your device's local storage, so no external storage is used.

The SRS document can be viewed here.

Requirements

Node >= 12.17

Installation

run npm install to install dependencies.

run '''npm start``` to start the development server.

for building to production, use npm run build:prod