Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

hi-ogawa/ytsub-v2

Repository files navigation

ytsub-v2

# install dependencies
pnpm install

# development server
pnpm run webpack:dev

# type check
pnpm run tsc:dev

# format
pnpm run prettier

# testing
pnpm run test
pnpm run test:playwright

# deployment
# - initialize
pnpx netlify login
pnpx netlify sites:create --name ytsub-hiro18181
pnpx netlify link --name ytsub-hiro18181
# - deploy
pnpm run deploy