"Deploy the Griot web app to Vercel using the Vite framework preset, per the bootcamp's exact 5-step flow."
Install
npx skillscat add donartkins/griot/vercel-deploy Install via the SkillsCat registry.
SKILL.md
Vercel Deploy Skill
The bootcamp's 5 steps (exact)
- Push
web/to GitHub. - Import the repository into Vercel.
- Select the Vite framework preset.
- Configure environment variables (
VITE_API_URL→ deployed API base). - 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).