Skip to content

Add Cursor Cloud development environment setup instructions#1

Draft
vitaliimelnychuk wants to merge 1 commit intomainfrom
cursor/development-environment-setup-ee7a
Draft

Add Cursor Cloud development environment setup instructions#1
vitaliimelnychuk wants to merge 1 commit intomainfrom
cursor/development-environment-setup-ee7a

Conversation

@vitaliimelnychuk
Copy link
Copy Markdown
Member

Summary

Adds Cursor Cloud specific development environment instructions to AGENTS.md so future cloud agents can quickly set up and run the Cerberus app.

Changes

  • Added ## Cursor Cloud specific instructions section to AGENTS.md covering:
    • PostgreSQL setup details (local PG 16, database/user/password)
    • Environment file gotcha: Prisma CLI needs .env (not just .env.local) because prisma.config.ts imports dotenv/config
    • Dev server and route protection notes
    • Pre-commit hook documentation

Development Environment Verification

All checks pass:

  • Lint (npm run lint): clean
  • Typecheck (npm run typecheck): clean
  • Tests (npm run test): 18/18 passing across 3 test files
  • Build (npm run build): successful production build
  • Dev server (npm run dev): running on port 3000, pages render correctly

Demo

cerberus_app_demo.mp4

Login page renders with Cerberus branding, Google OAuth flow is wired up, and protected routes redirect properly.

Cerberus login page
Google OAuth flow initiated

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

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