Skip to main content

Plutus Project-Based Learning Course

Plutus PBL Course repo

What kind of changes are you making?

  • If you want to add a Lesson to an existing Module keep reading this page.
  • If you want to add a new Module, read these docs

Course Documentation

Course documentation can be written in Markdown or MDX files. For most documentation, plain Markdown will do. If you want to embed React components within the documentation, use MDX.

To contribute documentation to an existing Lesson/Module:

  1. Fork the PPBL 2023 Front End Template and clone it locally.
  2. In /ppbl-front-end-template-2023/src/components/course-modules/, find the Module directory you'd like to contribute to.
  3. Add one or more Markdown or MDX files to a Module with the documentation you want to contribute
  4. Submit a merge request to the main branch of the PPBL 2023 Front End Template.
  5. Thank you! The PPBL Team will add your new documentation to the course. Stay tuned for more complete documentation on how to add new Lessons.

Coming Soon:

  • Adding video
  • Creating complete Lessons
  • Writing Mastery Assignments