Examples of using purescript-d3 to make D3 visualizations in PureScript.
You will need the following pre-requisites installed:
- PureScript
- nodejs
- bower (e.g.,
npm install -g bower
) - gulp.js (e.g.,
npm install -g gulp
)
Once you have these installed you can run the following in a cloned repo:
npm install # install dependencies from package.json
bower update # install dependencies from bower.json
gulp # compile, launch a web server hosting the examples, and
# continuously recompile and reload the page in response
# to changes