Skip to content

Showichiro/timer

Repository files navigation

timer

deploy-status-badge check Chromatic

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.

production

Production Environment

development

requirement

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

Dev server

pnpm i --frozen-lockfile
pnpm dev

test

pnpm test

storybook

pnpm storybook

check (format & lint)

pnpm check