Files
worldmonitor/pro-test/README.md
Elie Habib ef4920a058 ci(lint): add markdown lint to pre-push hook (#1166)
Add `npm run lint:md` to `.husky/pre-push` so markdown lint errors are
caught locally before push. Fix existing violation in pro-test/README.md
(MD012: multiple consecutive blank lines).
2026-03-07 09:45:09 +04:00

549 B

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/ef577c64-7776-42d3-bb38-3f0a627564c3

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev