Files
2026-08-13 21:19:33 +03:00
..

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.