Skip to Content
Getting StartedInstallation

Installation

Follow these steps to get your cur8d-based project up and running.

Prerequisites

  • mise: For managing Node.js and pnpm versions.
  • Node.js 24: Managed via mise.
  • pnpm 11: Managed via mise.

Quick Start

  1. Install toolchain:

    mise install
  2. Install dependencies:

    mise run install
  3. Set up environment variables:

    cp .env.example .env
  4. Start the development server:

    mise run dev

Your application should now be running at http://localhost:3000.

Last updated on