Countdown / Stopwatch timer application. You can set as many timers as you want. The timers are stored in local storage, so they are not lost even if you close the browser.
Node.js installation is required. It is recommended to use Volta to install Node.js.
# Install Volta
curl https://get.volta.sh | bash
# Install Node.js
volta install node
# Install corepack
volta install corepack
# Enable pnpm
corepack enable pnpm
pnpm -v
pnpm i --frozen-lockfile
pnpm dev
pnpm test
pnpm storybook
pnpm check