A site for the CFPB to share and discuss its technology work with the world.
Content editors and developers probably want to set up cfpb.github.io on their local machine so they can preview updates without pushing to GitHub.
Before you get started, make sure you have an up-to-date version of Docker installed on your machine and that it is running.
Fork and clone the repo to your local machine.
Using terminal, in the project directory, run:
docker-compose up
Open it up in your browser: http://localhost:4000/
The cfpb.github.io project front end currently uses the following:
- Jekyll: Static site generator used by GitHub Pages.
We welcome your feedback and contributions. See the contribution guidelines for more details.
Note: Currently this file has standard language geared toward code contributions. Interested in contributing to design discussions? Just check out the issues and dive right in!