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)
First install dependencies and start the dev server:
pnpm install
pnpm dev