Skip to content
uf0 edited this page Sep 20, 2013 · 19 revisions

Raw is a bla bla bla..

##Resources

Browser Support

D3 supports so-called “modern” browsers, which generally means everything except IE8 and below. D3 is tested against Firefox, Chrome (Chromium), Safari (WebKit). IE9 still has some bugs.

Installing

Download the latest version here:

Or, from the command line:

git clone git://github.com/densitydesign/raw.git

When using locally, note that your browser may enforce strict permissions for reading files out of the local file system. To avoid problems you must have a local web server. For example, you can run Node.js server.

browse to Raw root folder:

cd raw/

install Raw's dependencies:

npm install

run server:

node raw.js

Once this is running, go to http://localhost:4000/.

Clone this wiki locally