Live SiteDeployed DocsYou can also access docs on local server by navigating to "/docs/index.html"
Please run npm install to install all project required dependencies.
Make sure to creare a ".env.local" file in root level . (same level as .env.example). Follow the format mentioned in the .env.example file.
Phase 2 requires Vertex AI for Google Search grounding (preview feature). To run locally:
Note for Judges: Google Search grounding is a preview feature with API call limits. Avoid triggering multiple searches simultaneously.
After installation & env setup - run the development server:
npm run dev
npm run build
npm run start
npm run docs
npm run dev to start the local server.npm run build to start the production build files.npm run start to start the local server using production build files (run npm build first!).npm run docs to reupdate the typedoc generated docs.