- Node.js
- pnpm (v10.30.2+ — enforced via
packageManagerinpackage.json)
- Clone the repository and install dependencies:
git clone <repo-url>
cd client-home
pnpm install- Create your environment file:
cp .env.example .envFill in the required values in .env.
- Start the development server:
pnpm devOpen http://localhost:3000 in your browser.
| Command | Description |
|---|---|
pnpm dev |
Start the dev server |
pnpm build |
Production build |
pnpm start |
Start production server |
pnpm typecheck |
Run TypeScript type checking |
pnpm lint |
Lint with Biome |
pnpm format |
Auto-fix lint/format issues |