Skip to content

vrfier/vrfier.github.io

Repository files navigation

vrfier.github.io

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.

Develop

npm install
npm run dev        # local dev server at http://localhost:4321

Build

npm run build      # output to ./dist
npm run preview    # preview the production build locally

Project layout

src/
  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

Deployment

Every push to main builds and deploys via GitHub Actions. Enable it once in Settings → Pages → Build and deployment → Source: GitHub Actions.

Releases

Packages

Contributors

Languages