Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 941 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 941 Bytes

OCL - The Object Query Language

This project contains the Markdown for the following presentation:

https://sunye.github.io/ocl/

More information about OCL can be find in the OMG's website:

http://www.omg.org/spec/OCL/

License

This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

Creative Commons License

Launching the presentation locally

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