Open Federal is Sunlight's toolkit of federal tools.
- Clone this repo.
- Run
npm install
to install package dependencies. If npm isn't installed, follow these instructions to do so. - Run
npm install -g gulp
for the gulp command line client if Gulp isn't installed.
- For your first time, run
gulp build
. You'll need to do this to generate the static assets since we're not tracking compiled assets in git. - Run
gulp
to get started. This will start up a server and begin watching files for you to compile on the fly. - Go to
localhost:8080
in your browser.