This Brunch and Mithril web application reveals El Niño’s impact on Kenya.
redcross-viz has been tested on the following configuration:
- MacOS X 10.13.6
- Brunch 3.0.0 (required)
- Mithril 1.1.7 (required)
- npm 6.13.4 (required)
- Coffeescript 2.4.1 (required to run a production server)
- Node.js 10.14.2 (required to run a production server)
Install requirements (if you haven't already)
npm install -g brunch coffeescript
brunch new gh:nerevu/redcross-viz
cd nerevu/redcross-viz
npm install
Run development server (continuous rebuild mode)
npm start
Run production node server
npm start:prod
Build html/css/js files (will appear in public/
)
npm build
Build html and minified css/js files (will appear in public/
)
npm build:prod
redcross-viz is distributed under the MIT License.