Skip to content

Add Cursor Cloud dev environment setup instructions#1

Draft
dupenodi wants to merge 1 commit into
mainfrom
cursor/setup-dev-environment-9764
Draft

Add Cursor Cloud dev environment setup instructions#1
dupenodi wants to merge 1 commit into
mainfrom
cursor/setup-dev-environment-9764

Conversation

@dupenodi

Copy link
Copy Markdown
Owner

Summary

Adds ## Cursor Cloud specific instructions section to AGENTS.md with durable development context for future cloud agents.

What's included

  • Services overview (Next.js 16 + Supabase + Mapbox)
  • Standard dev commands (npm run dev, npm run build, npm run lint, npm test)
  • Required secrets table (NEXT_PUBLIC_SUPABASE_URL, SUPABASE_SERVICE_ROLE_KEY, NEXT_PUBLIC_MAPBOX_TOKEN)
  • Gotchas: npm lockfile convention, --webpack flag, middleware deprecation warning, .env.local setup

Environment verification

Check Result
npm install 452 packages, 0 vulnerabilities
npm run lint 4 errors + 13 warnings (pre-existing)
npm test 53/53 tests pass
npm run build Compiled successfully, TypeScript clean
npm run dev Server starts on port 3000, pages render

Demo

pgtruth_dev_server_demo.mp4

Homepage with map fallback (no Mapbox token):
Homepage loaded

Legal pages render correctly:
Privacy page
Terms page

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

- Document services overview, required secrets, and dev commands
- Note gotchas: npm lockfile, --webpack flag, middleware deprecation warning
- Reference pre-existing lint errors to avoid false regression reports

Co-authored-by: Sarath Donepudi <dupenodi@users.noreply.github.com>
@vercel

vercel Bot commented Apr 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
pgtruth Ready Ready Preview, Comment Apr 14, 2026 1:55pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants