Skip to content

davidjpetersen/LearningDesignPatterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LearningDesignPatterns

This project hosts a collection of reusable instructional design patterns. The documentation site is built with Astro using the Starlight theme.

Run Locally

npm install
npm run dev

Build

npm run build

Repository Structure

src/
  content/docs/
    design-patterns/
    problem-patterns/
    practice-patterns/
    case-patterns/
    inquiry-patterns/
  assets/
public/
  assets/

Add a New Pattern

  1. Copy src/content/docs/pattern-template.md.
  2. Update the frontmatter title and description.
  3. Complete each section in the template.
  4. Save the file in the matching category directory.
  5. Commit your changes and open a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published