Skip to content

Set up Cloud Agent dev environment for VividKit web - #46

Draft
thieung wants to merge 1 commit into
mainfrom
cursor/setup-dev-environment-8a88
Draft

Set up Cloud Agent dev environment for VividKit web#46
thieung wants to merge 1 commit into
mainfrom
cursor/setup-dev-environment-8a88

Conversation

@thieung

@thieung thieung commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

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 manager: npm (package-lock.json), Node 22.
  • Update script (VM startup): npm ci.
  • AGENTS.md: added a ## Cursor Cloud specific instructions section documenting run/build/dev commands and non-obvious caveats (type check is not a passing gate; puppeteer isn't needed to run/build; Python skills are separate from the web app).

Services verified

Single service — the Astro site:

Task Command Result
Install npm ci 489 packages, OK
Type check npm run astro -- check Runs; 303 pre-existing TS errors (not a gate, no lint script)
Build npm run build 104 pages built + postbuild llms-full generation OK
Dev server npm run dev -- --host HTTP 200 at http://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.

Open in Web Open in Cursor 

Co-authored-by: Thieu Nguyen <thieung@users.noreply.github.com>
@vercel

vercel Bot commented Aug 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vividkit-web Ready Ready Preview Aug 16, 2026 6:03pm

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