Requires that you have Git, NodeJS,
and Grunt (npm install -g grunt-cli
) installed. Currently, building the website also requires all the ol3 development dependencies as well. The JAVA_HOME
environment variable needs to be set and properly configured, i.e. pointing to the root of the Java installation.
$ git clone https://github.com/openlayers/openlayers.github.io.git
$ cd openlayers.github.io
$ npm install
$ grunt
Currently this just builds API docs files for the master branch and puts
everything in build/doc
. Next it will build API docs for multiple branches
as well as prose docs.