This builds a React gaming landing page with GSAP scroll animations, 3D hover effects, and video storytelling elements. You're getting a template repository that comes pre-configured with Vite, React 19, and Tailwind, so you clone it, run npm install, and start customizing. The deployment instructions are specific about Vercel requiring the build-then-deploy approach rather than direct deployment, which saves you from a common gotcha. It's aimed at frontend devs who want a visually impressive starting point without building the animation scaffolding from scratch. The tech choices are modern and the setup is straightforward, though you'll need to bring your own gaming content and branding.
npx -y skills add eng0ai/eng0-template-skills --skill award-winning-website --agent claude-codeInstalls into .claude/skills of the current project.
A visually captivating website with scroll-triggered animations, geometric transitions, 3D hover effects, and video storytelling.
dist directorygit clone --depth 1 https://github.com/Eng0AI/award-winning-website-template.git .
If the directory is not empty:
git clone --depth 1 https://github.com/Eng0AI/award-winning-website-template.git _temp_template
mv _temp_template/* _temp_template/.* . 2>/dev/null || true
rm -rf _temp_template
rm -rf .git
git init
npm install
npm run build
Creates a production build in the dist/ directory.
CRITICAL: For Vercel, you MUST use
vercel build --prodthenvercel deploy --prebuilt --prod. Never usevercel --proddirectly.
vercel pull --yes -t $VERCEL_TOKEN
vercel build --prod -t $VERCEL_TOKEN
vercel deploy --prebuilt --prod --yes -t $VERCEL_TOKEN
netlify deploy --prod --dir=dist
npm run dev
Opens at http://localhost:5173
npm run dev in VM environmentjuliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills