This repo contains the main website for Brioche, built with Starlight and Astro. The website consists of the landing page, docs, the blog, and the installation script for Brioche.
- Checkout the repo
- Install NPM dependencies:
npm install
- Start the development server:
npm run dev