项目作者: nerevu

项目描述 :
La Niña Consortium Emergency Interventions app (4W)
高级语言: CoffeeScript
项目地址: git://github.com/nerevu/4w-visualizer.git
创建时间: 2015-10-26T10:45:54Z
项目社区:https://github.com/nerevu/4w-visualizer

开源协议:MIT License

下载


4w-visualizer

4w-demo

Introduction

4w-visualizer is a Brunch and Chaplin web app for visualizing 4w’s (who’s doing what, where, and when).

With 4w-visualizer, you can

  • Filter by activity, organization, and location
  • Animate visualization over time
  • View visualization on desktop, tablet, and mobile devices

Requirements

4w-visualizer has been tested on the following configuration:

  • MacOS X 10.9.5
  • Brunch 1.8.5 (required)
  • Chaplin 1.0.1 (required)
  • npm 2.5.0 (required)
  • Bower 1.6.3 (required)
  • Coffeescript 1.6.2 (required to run a production server)
  • Node.js 0.12.5 (required to run a production server)

Setup

Install requirements (if you haven’t already)

  1. npm install -g brunch
  2. npm install -g bower
  3. npm install -g coffee-script

Installation

  1. brunch new gh:reubano/4w-visualizer
  2. cd 4w-visualizer
  3. npm install
  4. bower install

Usage

Run development server (continuous rebuild mode)

  1. brunch watch --server

Run production node server

  1. coffee server.coffee

Build html/css/js files (will appear in public/)

  1. brunch build

Build html and minified css/js files (will appear in public/)

  1. brunch build --production

License

4w-visualizer is distributed under the MIT License.