kcivey / browser

a browser for the DC Code

Home Page:http://dccode.org/browser/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

browser

A fast browser for the DC Code.

This is a much simpler and less feature-rich system that 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.

Setup

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/

Rebuilding

To rebuild, you'll need node.js with npm:

npm install
make

About

a browser for the DC Code

http://dccode.org/browser/

License:The Unlicense


Languages

Language:JavaScript 100.0%