Files
2026-04-03 11:09:11 +03:00
..
2025-12-22 14:15:27 +03:00
2026-04-03 11:09:11 +03:00

Frontend Development

Development

To run the development server:

npm run dev

Build

To build the project for production:

npm run build

This will compile TypeScript and create an optimized production build.

Code Quality

Linting

To check for linting errors:

npm run lint

Formatting

To format code using Prettier:

npm run format

This will automatically format all TypeScript, JavaScript, JSON, CSS, and Markdown files.