mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-05-13 18:46:21 +02:00
* style(docs): align Mintlify header/footer with site design system - Navbar: Blog, Dashboard, Pro, GitHub (matching site header) - Primary CTA: "Get Early Access" green button linking to /pro#waitlist - Colors: switch from blue (#3b82f6) to green (#4ade80) accent - Footer: Dashboard, Pro, Blog + Community (GitHub, Discussions, X) - Add X/Twitter social link - Normalize all URLs to www.worldmonitor.app - Name simplified to "World Monitor" (matching site branding) * feat: add Docs link to dashboard, blog, and pro navigation Add link to /docs across all site surfaces: - Blog header nav and footer - Dashboard footer nav - Pro page footer (main + enterprise)
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
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev