Installation


The app runs as an Astro project inside the monorepo. Core is linked via pnpm workspace symlink — changes take effect immediately.

Requirements

  • Node ≥ 20 and pnpm
  • Access to the boostN-gold2 MCP server

Start it

Run the dev server inside the app directory:

  • pnpm install — install dependencies once
  • pnpm dev — dev server with hot reload

Check the build

Before every commit, run pnpm check and pnpm build in the affected app.