This project contains the Markdown for the following presentation:
More information about OCL can be find in the OMG's website:
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
Install generator-reveal: npm install -g generator-reveal
Clone the project, cd into it, and run npm and bower to intall missing packages:
git clone https://github.com/sunye/ocl.git
cd ocl
npm install && bower install
After all packages are downloaded you can view the presentation with grunt:
grunt serve