Marketing/landing site for Vezne, served at vezne.app (apex domain).
Astro, static output, no framework runtime.
Landing page, FAQ, terms, and privacy are live. Pricing, blog, and
status page link are still pending — see PLAN.md.
| Command | Action |
|---|---|
npm install |
Install dependencies |
npm run dev |
Start local dev server at localhost:4321 |
npm run build |
Build production site to ./dist/ |
npm run preview |
Preview the build locally |