This is the source code of the OCDCpro Educator Portal website.
It is a bit funny in the way it recombines boilerplate website content with:
- The handbook built from markdown
- The overview slides built from markdown via pandoc to reveal.js
- The materials list built from json and a custom Vue component
Anyhow it is simple to get started developing the website.
First, install the dependencies:
npm installThen, to start a local development server with hot-reloading:
npm run site:devTo rebuild the overview slides from markdown, run:
npm run pres:build