Skip to content

Set up Cursor Cloud dev environment for static-site repo - #4

Draft
ylee-figma wants to merge 1 commit into
mainfrom
cursor/setup-dev-environment-1a4f
Draft

Set up Cursor Cloud dev environment for static-site repo#4
ylee-figma wants to merge 1 commit into
mainfrom
cursor/setup-dev-environment-1a4f

Conversation

@ylee-figma

Copy link
Copy Markdown
Owner

Summary

Set up the development environment for this repository. main is a minimal static-website sample repo containing only README.md — there is no package manager, build system, test suite, or lint config, so there are no dependencies to install.

  • Added AGENTS.md with a ## Cursor Cloud specific instructions section documenting the dev workflow (static file server via python3 -m http.server) and noting the absence of test/lint/build tooling.
  • Configured a minimal, idempotent update script (a no-op echo, since there is nothing to install).

Demonstration

Verified the dev workflow end-to-end by serving the repo with python3 -m http.server 8000 and loading it in Chrome: the directory listing renders and README.md is served correctly.

static_server_working_demo.mp4

Directory listing served at localhost:8000
README.md served content

Testing

  • python3 -m http.server 8000 (serves repo; HTTP 200 verified via curl and browser)
  • ⚠️ No test/lint/build commands exist in this repository.

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

Co-authored-by: Yong Su Lee <ylee-figma@users.noreply.github.com>
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