[!NOTE] Storybook url: https://svelte-apg-storybook.vercel.app
pnpm install
# Storybook dev server
pnpm storybook:dev
# Storybook build
pnpm storybook:build
pnpm install
# Vite dev server
pnpm app:dev
# Vite build
pnpm app:build
# Runs unit tests with Vitest
pnpm test:unit
# Runs integration tests with playwright
pnpm test:integration
# Runs both unit & integration tests
pnpm test
# Runs ESLint & Prettier
pnpm lint
# Checks TypeScript errors in Svelte files
pnpm check