Skip to content

Breaths per minute tracking web app for pets with congestive heart disease.

Notifications You must be signed in to change notification settings

LucasCarioca/breath

Repository files navigation

Breath Counter

Netlify Status

CICD

Runing application locally

Setup and run locally

npm install
npm start

To start the app or landing page on their own.

npm start:landing

# or

npm start:app

With Docker

docker build -t breath
docker run -p 3000:3000 breath