This is a Next.js project bootstrapped with create-next-app.
1. Run the semanticTree API (required for live graph and repo features):
cd semanticTree
npm install
npm run devThe API runs at http://localhost:3001 (HTTP and WebSocket).
2. Run the Next.js app:
pnpm install
pnpm run devOpen http://localhost:3000 in your browser.