A RDF vocabulary for OER content on the web.
$ npm install
$ npm run build
$ npm start
(To install Gulp 4)
Modify oerschema/src/config/schema.yml
and create a pull request for evaluation.
- Locate the relevant class in
oerschema/src/config/schema.yml
for which you would like to add a usage sample code. - Add a folder to
/src/views/samples
with the name of the class. - Inside the class folder, create any of the following sample usage files:
default.html
,jsonld.html
,microdata.html
,rdfa.html
- Twig templates and pages directory:
oerschema/src/views/
- Site is autogenerated except
index.njk
and filesoerschema/src/views/pages/docs
directory - After making a commit to the master branch, TravisCI will generate and publish to the gh-pages branch