Skip to content

LLM-Dev-Studio/Courses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Learning Hub

A local-first course platform for authoring and delivering markdown-based training content.

Repository Layout

  • site/ - Next.js application (App Router, TypeScript)
  • courses/ - Course content in markdown/frontmatter
  • .github/workflows/ - CI pipeline definitions

Features

  • Markdown lesson rendering with frontmatter metadata
  • Frontmatter-based quiz engine
  • Local-only learner progress, completion status, and rewards
  • Local authoring tools to scaffold new courses
  • Course catalog with completion cards and rewards

Quick Start

  1. Install app dependencies:
cd site
npm ci
  1. Run locally:
npm run dev
  1. Open http://localhost:3000.

Quality Checks

From site/:

npm run lint
npm run build
npm run test
npm run test:e2e

Content Authoring

See courses/README.md for course structure and conventions.

Contributing

See CONTRIBUTING.md for setup, coding standards, and pull request guidance.

License

This repository is licensed under the MIT License. See LICENSE.

About

A local-first course platform for authoring and delivering markdown-based training content.

Resources

License

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors