Build and dev scripts dev – start development server build – build production version of the app preview – locally preview production build Testing scripts typecheck – checks TypeScript types lint – runs ESLint prettier:check – checks files with Prettier vitest – runs vitest tests