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
-
Install toolchain:
mise install -
Install dependencies:
mise run install -
Set up environment variables:
cp .env.example .env -
Start the development server:
mise run dev
Your application should now be running at http://localhost:3000.
Last updated on