Skip to content

brioche-dev/brioche.dev

Repository files navigation

brioche.dev website

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.

Development

  1. Checkout the repo
  2. Install NPM dependencies: npm install
  3. Start the development server: npm run dev