This repo is for the front end public api that lives here: https://cfpb.github.io/hmda-platform/
You can either do this locally, or with Vagrant:
# either run this to run locally
bundle install
bundle exec middleman server
# OR run this to run with vagrant
vagrant up
You can now see the docs at http://localhost:4567. Whoa! That was fast!
bundle exec middleman build --clean
-
Edit api host variables in
config.rb
(bottom of file) -
Edit
layout.erb
logo image to link to root -
Run to publish to gh-pages branch:
./deploy.sh
- Copy files to hmda-platform repo in gh-pages branch
Slate - API Docs Generator