First, make sure you have Node and Gulp installed globally:
npm install --global gulp-cli
Get the code, then
cd musical-scales-d3
npm install
gulp
I wanted to learn D3, so I built this tool for visualizing the intervals within a musical scale.
JavaScriptMIT