# OpenLayers Workshop

Welcome to the OpenLayers workshop.  You can find a hosted version of the documentation at http://openlayers.org/ol3-workshop/.  Alternatively, you can run through the workshop exercises with the setup below.

## Install the dependencies

    npm install

## Start the development server

    npm start
