DonArtkins

vercel-deploy

"Deploy the Griot web app to Vercel using the Vite framework preset, per the bootcamp's exact 5-step flow."

DonArtkins 0 Updated 4d ago
GitHub

Install

npx skillscat add donartkins/griot/vercel-deploy

Install via the SkillsCat registry.

SKILL.md

Vercel Deploy Skill

The bootcamp's 5 steps (exact)

  1. Push web/ to GitHub.
  2. Import the repository into Vercel.
  3. Select the Vite framework preset.
  4. Configure environment variables (VITE_API_URL → deployed API base).
  5. Deploy and verify the live URL.

Notes

  • Vercel auto-detects Vite; assets served from dist.
  • Preview deployments per PR; production on main (GitHub integration).
  • Lighthouse budget checked after deploy (qa).

Categories