Set up Cursor Cloud development environment - #4259
Open
edmundmiller wants to merge 2 commits into
Open
Conversation
Co-authored-by: Edmund Miller <edmundmiller@users.noreply.github.com>
✅ Deploy Preview for nf-core-main-site ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Co-authored-by: Edmund Miller <edmundmiller@users.noreply.github.com>
edmundmiller
marked this pull request as ready for review
June 16, 2026 16:56
Contributor
|
duplicate of #4246 I think |
mashehu
force-pushed
the
cursor/setup-dev-environment-65a7
branch
from
July 31, 2026 12:35
d7715dc to
f39f6fe
Compare
Member
|
Yeah I agree. Mine wasn't specifically for Cursor, but it amounts to the same thing. Can check whether this includes anything useful that mine missed, then merge. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sets up and verifies the development environment for the nf-core website (Astro mono-repo with npm workspaces) and documents durable startup/run notes for future cloud agents.
AGENTS.mdwith a## Cursor Cloud specific instructionssection describing the sub-sites, how to run/lint/test them, and non-obvious gotchas.npm install(installs both root and workspace dependencies;--workspacesalone misses root devDeps likeprek/prettier).No application code was modified.
Verification
npm install.main-sitedev server runs athttp://localhost:4321/(HTTP 200, titlenf-core).prek run --all-files→ prettier Passed.npm run test -w sites/main-site -- --project=chromium→ 4 passed./about.nf_core_website_dev_demo.mp4
Homepage (light mode)
Homepage (dark mode)
About page
To show artifacts inline, enable in settings.