项目作者: nerevu

项目描述 :
Choropleth Visualizer (visualization training app)
高级语言: CoffeeScript
项目地址: git://github.com/nerevu/akili.git
创建时间: 2014-10-20T22:42:53Z
项目社区:https://github.com/nerevu/akili

开源协议:MIT License

下载


akili

akili-screenshot

Introduction

akili is a Brunch and Chaplin web app for creating responsive choropleths.

Requirements

akili has been tested on the following configuration:

Setup

Install node (if you haven’t already)

MacOS X

  1. sudo port install node

or

  1. brew install node

Install requirements (if you haven’t already)

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

Development versions

  1. $ node --version
  2. v4.4.5
  3. $ npm --version
  4. 5.0.3
  5. $ brunch --version
  6. 2.10.9
  7. $ bower --version
  8. 1.8.0
  9. $ coffee --version
  10. CoffeeScript version 1.12.6

Installation

  1. git clone https://github.com/nerevu/akili.git
  2. cd akili
  3. npm 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

akili is distributed under the MIT License.