bartvde / ol3-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenLayers Workshop

This doc is for people developing the OpenLayers Workshop. Workshop participants work with archives downloaded from the release pages.

Building the workshop

Install Node dependencies:

npm install

Start the development server:

npm start

Now you can modify the src content. When adding new pages or restructuring things, update the src/SUMMARY.md (this is used to generate the content tree in the navigation). Also update any of the nested README.md files (these provide the index page for each section).

Updating the workshop with a new release of OpenLayers

To udpate the workshop with a new release of OpenLayers change the version number of the openlayers dependency in both package.json and src/package.json.

Creating a new release

When you push a new tag, Travis will build the workshop archive and attach it to the release page.

In addition, you can update the hosted version of the workshop (this part is subject to change):

npm run deploy

Current Status

About


Languages

Language:HTML 88.6%Language:JavaScript 10.1%Language:CSS 1.3%