Visualization of March On's Operation Marching Orders data
Here is a link to a preview for a current version of March On Comment webpage. https://ragtagopen.github.io/marchon-data-viz/
- Install Node/NPM: If you're on a Mac running Homebrew, run
brew install node
on the command line. Otherwise, follow these instructions. - Install Sass by running
npm -g install sass
on the command line. - Install Compass by running
gem update --system && gem install compass
on the command line. - Install everything else by running
npm install
on the command line.
In the root directory of the project run grunt watch
on the command line. Any edits made to "assets/scss/app.scss" or one of the files in "assets/scss/base" will recompile "app.css" for you.
The configuration also supports Live Reload. Install one of the browser extensions to have the page automatically refresh whenever an asset is recompiled.