This project hosts a collection of reusable instructional design patterns. The documentation site is built with Astro using the Starlight theme.
npm install
npm run dev
npm run build
src/
content/docs/
design-patterns/
problem-patterns/
practice-patterns/
case-patterns/
inquiry-patterns/
assets/
public/
assets/
- Copy
src/content/docs/pattern-template.md
. - Update the frontmatter
title
anddescription
. - Complete each section in the template.
- Save the file in the matching category directory.
- Commit your changes and open a pull request.