A simple web app to help you keep count of your sets at the gym: https://gym-set-timer.pages.dev
npm install
to install dependenciesnpm run dev
to run the app -> visit http://localhost:3000
npm run export
exports as a static site to./out
, and you can upload to any static file hosting such as GitHub Pages or Cloudflare Pages.- Or
npm i -g vercel
to install the Vercel CLI and runvercel
in the root directory to deploy to Vercel.