Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 917 Bytes

File metadata and controls

38 lines (27 loc) · 917 Bytes

Available Scripts

npm commands for itemdeck.app development.


Development

Command Description
npm run dev Start development server with hot reload
npm run build Build for production
npm run preview Preview production build locally

Code Quality

Command Description
npm run typecheck Run TypeScript type checking
npm run lint Run ESLint
npm run lint:fix Run ESLint with auto-fix
npm run format Format code with Prettier
npm run format:check Check code formatting

Testing

Command Description
npm run test Run tests
npm run test:watch Run tests in watch mode
npm run test:coverage Run tests with coverage report

Related Documentation