Landing page for starVLA, built with Astro.
npm install
npm run devDev server default: http://localhost:4321
npm run build
npm run previewThis repo deploys with GitHub Actions using:
.github/workflows/deploy.yml
Trigger conditions:
- Push to
main - Manual run (
workflow_dispatch)
The workflow builds Astro static output from dist/ and publishes to GitHub Pages.
- Main codebase:
https://github.com/starVLA/starVLA - Documentation:
https://github.com/starVLA/docs