Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsanz/slides-9gvsig

Slides of my talk at 9th gvSIG conference about OSGeo and gvSIG
https://github.com/jsanz/slides-9gvsig

Last synced: about 2 months ago
JSON representation

Slides of my talk at 9th gvSIG conference about OSGeo and gvSIG

Awesome Lists containing this project

README

        

OSGeo and gvSIG
=================

Slides of my talk at 9th gvSIG conference about OSGeo and gvSIG

http://jsanz.github.io/slides-9gvsig/

## How to edit

Download the repo and submodules:

```
git clone https://github.com/jsanz/slides-9gvsig.git
git submodules init
git submodules update
```

Install node components:

```
npm install
```

Run the [grunt](http://gruntjs.com/) server with live reload:

```
grunt server
```