Frontend Development
Setup
Install dependencies:
pnpm install
Development
To run the development server:
pnpm dev
Build
To build the project for production:
pnpm build
This will compile TypeScript and create an optimized production build.
Code Quality
Linting
To check for linting errors:
pnpm lint
Formatting
To format code using Prettier:
pnpm format
This will automatically format all TypeScript, JavaScript, JSON, CSS, and Markdown files.