Skip to main content

Client Setup

Prerequisites

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

Install

Run Dev Server

Build & Start

Scripts (package.json)

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