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-gold2MCP server
Start it
Run the dev server inside the app directory:
pnpm install— install dependencies oncepnpm dev— dev server with hot reload
New content files
New .mdx files only appear after a dev server restart, not via hot reload.
Check the build
Before every commit, run pnpm check and pnpm build in the affected app.