ai-public-site

Getting Started

How to set up and run the site locally.

Prerequisites

  • Node.js 22 (LTS)
  • npm

Local development

  1. Install dependencies:
    make fe/install
  2. Start the dev server:
    make fe/run-frontend
  3. Open http://localhost:4321

Build and preview

make fe/build      # Build static output
make fe/preview    # Preview the built site locally