Skip to content

Getting Started

This guide explains how to set up and run the project.

  1. Install dependencies

    Terminal window
    bun install
  2. Start the development server

    Terminal window
    bun run dev
  3. Build for production

    Terminal window
    bun run build