brianghig / sentio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sentio JS

What is it?

Sentio.js is a JavaScript libarary for visualizing and analyzing data. Sentio leverages several existing technologies, including D3.js.

How do I build this project?

There are several tools you will need to install to build this project:

If you're on Mac OS, check out Homebrew to get node up and running easily. It's as simple as brew install node

First, you will need to install the build dependencies for the project using node. If you want to use the examples, you will need to install the javascript dependencies for the project using bower. Finally, to build the project and generate the artifacts in the /dist directory, you will need to build the project using gulp.

npm install
bower install
gulp

About

License:Other


Languages

Language:JavaScript 85.4%Language:HTML 14.0%Language:CSS 0.6%