Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 727 Bytes

File metadata and controls

46 lines (30 loc) · 727 Bytes

Frontend

Next.js frontend application.

Getting Started

Prerequisites

Install pnpm:

corepack enable && corepack prepare pnpm@latest --activate

or

brew install pnpm

Installation & Setup

  1. Install dependencies:

    pnpm install
  2. Set up environment variables:

    cp .env.example .env.local

    Edit .env.local with your configuration (see Environment Variables below).

  3. Run development server:

    pnpm dev

    Note: Run pnpm prebuild first to fetch current wiki and changelog content.

Production

  • Build: pnpm build (auto-updates wiki and changelog)
  • Start: pnpm start