Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 695 Bytes

File metadata and controls

18 lines (12 loc) · 695 Bytes

.mapr

A mind mapping app like Miro. But Miro does not support adding videos directly, so I made my own version of it.

Hosted here.

mapr

Setup

  • Install Vercel CLI: bun add -d vercel
  • Login: vercel login
  • Link your project: vercel link
  • Create .env file with: OPENAI_API_KEY=your_key_here
  • Run vercel dev in one terminal (starts API functions on port 3000)
  • Run bun run dev in another terminal (starts Vite dev server)

The API endpoint is automatically proxied in development via Vite's proxy configuration.