24 lines
487 B
Markdown
24 lines
487 B
Markdown
# OpenLayers 3
|
|
|
|
## Run Tests
|
|
|
|
Run the [plovr](http://plovr.com/) web server with:
|
|
|
|
$ make serve
|
|
|
|
Open http://localhost:9810/ in the browser, and select *List of tests* or *Test
|
|
runner*.
|
|
|
|
## Run the example
|
|
|
|
Run the plovr web server (see above), and open skeleton.html in the browser
|
|
(e.g. http://localhost/~elemoine/ol3/skeleton.html).
|
|
|
|
## Run the linter
|
|
|
|
First, install the [Closure
|
|
Linter](https://developers.google.com/closure/utilities/docs/linter_howto).
|
|
Then:
|
|
|
|
$ make lint
|