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 (over 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2013-11-27T12:07:36.000Z (over 12 years ago)
- Last Synced: 2025-03-01T17:23:53.947Z (over 1 year 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
```