项目作者: InfoAmazonia

项目描述 :
Colombia deforestation data dashboard and environmental news.
高级语言: JavaScript
项目地址: git://github.com/InfoAmazonia/infoamazonia-colombia.git
创建时间: 2016-10-18T12:50:26Z
项目社区:https://github.com/InfoAmazonia/infoamazonia-colombia

开源协议:GNU General Public License v3.0

下载


InfoAmazonia Colombia

Colombia deforestation data dashboard and environmental news.

Dependencies

  • node v0.12.x or v4.x
  • npm 2.15.x

Installation

  1. $ sudo npm install -g grunt-cli bower
  2. $ git clone https://github.com/InfoAmazonia/infoamazonia-colombia.git
  3. $ cd infoamazonia-colombia
  4. $ npm install && bower install
  5. $ grunt build

Running the app

App files are built into the public/ directory, which can be linked or copied to a web server (apache/nginx).

For development you can use python’s http server:

  1. $ cd public
  2. $ python -m SimpleHTTPServer

Access http://localhost:8000

Deploy on Github Pages

Forking the repository allows you to automatically deploy the app into Gihub Pages.

  1. $ grunt deploy

Access http://[user].github.io/infoamazonia-colombia/

Learn more about Github Pages