Skip to content

brentjo/set-timer

Repository files navigation

Set timer

A simple web app to help you keep count of your sets at the gym: https://gym-set-timer.pages.dev

Development

Deployment

  • 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 run vercel in the root directory to deploy to Vercel.