Website Deployment
When to Use
- deploying aceengineer-website changes to production
- verifying Vercel deployment behavior
- checking static asset routing and generated pages
Workflow
- inspect changed HTML/CSS/JS/data files
- run local preview if needed (
npx http-serveror equivalent) - run targeted tests in
tests/python/andtests/js/when affected - push to
mainfor Vercel deployment - verify the live site pages and key assets
Validation
uv run pytest tests/python/ -q