A fast browser for the DC Code.
This is a much simpler and less feature-rich system than more developed stuff like The State Decoded, but ideally is either a proof-of-concept of a fully static approach or at least a useful tool for proofing our parser.
This site takes a static approach to the task. It's hosted on GitHub Pages.
git clone git@github.com:openlawdc/code-browser.git
Then boot up a local development server
and go to the url specified there, like http://localhost:8080/
To rebuild, you'll need node.js with npm
:
npm install
make