Marketing site and documentation for Vrfier — Source Code Verification for Soroban Smart Contracts.
Built with Astro + Starlight. Hosted on GitHub Pages at https://vrfier.xyz.
npm install
npm run dev # local dev server at http://localhost:4321npm run build # output to ./dist
npm run preview # preview the production build locallysrc/
content/docs/
index.mdx # landing page (splash template)
docs/ # documentation pages
styles/ # brand theme + landing-page CSS
assets/ # logo
public/ # favicon and static files
astro.config.mjs # site config, sidebar, integrations
.github/workflows/deploy.yml # GitHub Pages deploy
Every push to main builds and deploys via GitHub Actions. Enable it once in
Settings → Pages → Build and deployment → Source: GitHub Actions.