Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jsanz/slides-9gvsig
- Owner: jsanz
- Created: 2013-11-26T09:17:08.000Z (about 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2013-11-27T12:07:36.000Z (about 11 years ago)
- Last Synced: 2024-04-15T12:27:09.263Z (9 months ago)
- Language: JavaScript
- Size: 3.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```