Skip to content

Add AGENTS.md for Cursor Cloud development environment setup#34

Draft
wirtzdan wants to merge 1 commit into
masterfrom
agent/development-environment-setup-148b
Draft

Add AGENTS.md for Cursor Cloud development environment setup#34
wirtzdan wants to merge 1 commit into
masterfrom
agent/development-environment-setup-148b

Conversation

@wirtzdan
Copy link
Copy Markdown
Owner

@wirtzdan wirtzdan commented Apr 4, 2026

Summary

Adds AGENTS.md with Cursor Cloud-specific development instructions for future agents working on this codebase.

What's included

  • AGENTS.md: Documents key dev environment caveats:
    • NODE_ENV=development must be set explicitly when starting the dev server (the VM shell defaults to production)
    • pnpm is the canonical package manager (not yarn, despite README)
    • .env.local should not set NODE_ENV
    • No lint/test setup exists in the project
    • Static pages (/about, /404) work without API keys; content pages require real Notion/Airtable/Raindrop credentials

Environment verification

The dev server starts and serves pages correctly:

demo_website_navigation.mp4

Navigated between the home page and about page, confirming full rendering of Chakra UI components, Framer Motion animations, and Next.js page routing.

Home page with Latest Posts and Subscribe sections
About page with Experience and Interests sections

Update script

pnpm install

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

Co-authored-by: Daniel Wirtz <daniel@danielwirtz.com>
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Apr 4, 2026

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

Project Deployment Actions Updated (UTC)
website Error Error Apr 4, 2026 1:07pm

Request Review

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