Set up Cloud Agent dev environment for VividKit web - #46
Draft
thieung wants to merge 1 commit into
Draft
Conversation
Co-authored-by: Thieu Nguyen <thieung@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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 Cloud Agent development environment for this Astro 6 static site. No application code changed — only added durable environment notes to
AGENTS.md.What was set up
package-lock.json), Node 22.npm ci.## Cursor Cloud specific instructionssection documenting run/build/dev commands and non-obvious caveats (type check is not a passing gate;puppeteerisn't needed to run/build; Python skills are separate from the web app).Services verified
Single service — the Astro site:
npm cinpm run astro -- checklintscript)npm run buildpostbuildllms-full generation OKnpm run dev -- --hosthttp://localhost:4321/Hello-world verification
Browser walkthrough against the running dev server: homepage loads, navigated to Guides, opened the Commands guide, and switched EN → VI (interactive i18n) with Vietnamese content rendering correctly.