Skip to main content

Client Setup

Prerequisites

  • Node.js 20+ (or Bun 1.1+)
  • pnpm/npm/yarn (your preference)
  • Git

Install

cd client
pnpm install   # or npm install / yarn

Run Dev Server

pnpm dev       # http://localhost:3000

Build & Start

pnpm build
pnpm start     # production

Scripts (package.json)

  • dev: start Next.js dev server
  • build: build production
  • start: start production server
  • test: run unit tests
See also: Environment, Development