Skip to content

Latest commit

 

History

History

apps

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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