install
npm i
dev
npm run dev
inspect
npm run dev:inspect
test in dev
npm test
test in prod w/coverage report
npm run test:ci
test in prod w/coverage report & update snapshot
npm run test:ci -- -u
prod
npm run build
lint
npm run lint
Push to the main branch to trigger .github/workflows/deploy.yml