This repository contains the documentation website for yeet and catch.
mise installnpm ci
npm run devThen open http://localhost:3000 in your browser.
- Docs live in
docs/as MDX files. docs/nav.jsondefines navigation.- Site pages are in
src/pages/. - Use
STYLEGUIDE.mdfor public docs writing and information architecture.
npm run build
npm start