Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 389 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 389 Bytes

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