Set up Cursor Cloud dev environment (docs + update script)#6
Open
erikconnect wants to merge 1 commit into
Open
Set up Cursor Cloud dev environment (docs + update script)#6erikconnect wants to merge 1 commit into
erikconnect wants to merge 1 commit into
Conversation
Co-authored-by: Erik Assis Cardoso <erikconnect@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
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 Velora monorepo (pnpm + Turborepo, CSS-first design system). No application code changed.
AGENTS.mdwith a## Cursor Cloud specific instructionssection documenting non-obvious startup/run caveats (ignored build-script warning is safe, service ports,verify:contractruns a full build, no DB/secrets needed).pnpm install --frozen-lockfile.Environment verification
Node 22 / pnpm 10.33 are already present in the VM. Verified end-to-end:
pnpm install --frozen-lockfile— installs cleanly (esbuild/sharp build-script warning is non-blocking).pnpm build— full Turborepo build (@velora/css, showcase, docs) succeeds.pnpm verify:contract— CSS sync +vl-*contract checks pass (0 issues across 49 pages).pnpm --filter @velora/compiler test(8 pass) andpnpm --filter showcase test:library(10 pass).pnpm dev→ showcase (Vite) on:5173andpnpm dev:docs→ docs (Astro) on:4321, both HTTP 200.Hello-world proof
Drove the running showcase in a browser: loaded the homepage, opened the interactive Scene Creator tool, added a scene, ran the Layout Wizard → "Generate Layout" (which produced a populated "Product Hero" scene), and toggled the color theme dark→light.
velora_scene_creator_demo.mp4
Velora homepage
Generated scene via Layout Wizard
Light theme applied
To show artifacts inline, enable in settings.