La Niña Consortium Emergency Interventions app (4W)
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
4w-visualizer has been tested on the following configuration:
Install requirements (if you haven’t already)
npm install -g brunch
npm install -g bower
npm install -g coffee-script
brunch new gh:reubano/4w-visualizer
cd 4w-visualizer
npm install
bower install
Run development server (continuous rebuild mode)
brunch watch --server
Run production node server
coffee server.coffee
Build html/css/js files (will appear in public/
)
brunch build
Build html and minified css/js files (will appear in public/
)
brunch build --production
4w-visualizer is distributed under the MIT License.