Skip to content

Latest commit

 

History

History

docs

Cover image

Vrite landing page

This is the source code for the official landing page and blog for Vrite at https://vrite.io.

The stack used:

  • Astro (SSG/SSR framework)
  • Solid.js (for all the interactive UI components)
  • Vrite CMS & SDK (powering the blog)

Quick start

First install dependencies and start the dev server:

pnpm install
pnpm dev