Skip to content

Commit

Permalink
Add notes for running the examples on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
serra committed Jun 21, 2013
1 parent 4128487 commit 680ce80
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,40 @@
bootstrap-d3
============

Integrating d3js with twitter.bootstrap
Integrating d3js with twitter.bootstrap.

### Running the examples on Windows

Make sure node.js is installed (we use [Chocolatey][1] a lot):

cinst nodejs.install

Note that this package (in contrary to `nodejs`) includes NPM.

Install grunt and bower:

npm install -g grunt-cli
npm install -g bower

Form the project root, run:

npm install
grunt

The first command will install all dependencies for this project,
the second will run the default tasks in Gruntfile.js.
This all should run without errros

Next install this projects dependencies:

How should this be done? I'm missing jQuery and d3js. Running bower does nothing.

Then, from the root of the project run:

node app.js

and browse to http://localhost:8888/examples/pie-chart.html


[1]: http:///chocolatey.org

0 comments on commit 680ce80

Please sign in to comment.