Skip to content

docs: Add Cursor Cloud dev environment setup notes#689

Closed
Isakdl wants to merge 1 commit into
mainfrom
cursor/setup-dev-environment-f3a7
Closed

docs: Add Cursor Cloud dev environment setup notes#689
Isakdl wants to merge 1 commit into
mainfrom
cursor/setup-dev-environment-f3a7

Conversation

@Isakdl

@Isakdl Isakdl commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Summary

Sets up the Cursor Cloud development environment for this Docusaurus documentation site and documents non-obvious run/lint caveats for future agents.

  • Adds a ## Cursor Cloud specific instructions section to AGENTS.md covering how to run the dev server, the markdownlint-cli requirement for npm run lint, and why lint reports pre-existing findings.
  • The environment update script installs dependencies via npm ci and adds markdownlint-cli (--no-save) so npm run lint resolves the markdownlint binary.

Environment verification

  • npm ci — installs 1476 packages successfully.
  • npm run lint — runs markdownlint over docs/**/*.md (exits nonzero on pre-existing content findings, expected).
  • npm start — Docusaurus dev server serves the docs at http://localhost:3000/ (HTTP 200).

Walkthrough

serverpod_docs_dev_server_walkthrough.mp4

Homepage, docs navigation, and Algolia search all render correctly in the running dev server.

Homepage
Docs page
Search

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

Co-authored-by: Isak <Isakdl@users.noreply.github.com>
@cursor cursor Bot changed the title docs: add Cursor Cloud dev environment setup notes docs: Add Cursor Cloud dev environment setup notes Jul 15, 2026
@Isakdl Isakdl closed this Jul 15, 2026
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