niqjohnson / cfgov-refresh

Django project protecting American consumers

Home Page:https://www.consumerfinance.gov/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cfgov-refresh

Build Status codecov

The redesign of the www.consumerfinance.gov website. This Django project includes the front-end assets and build tools, Jinja templates for front-end rendering, and Wagtail CMS for content administration.

Screenshot of cfgov-refresh

Quickstart

Full installation and usage instructions are available in our documentation.

Ensure that Python, Node, Docker, Docker Machine, Docker Compose, and imagemagick are installed. If you are using a mac with homebrew, you can run homebrew-deps.sh as described below:

git clone git@github.com:cfpb/cfgov-refresh.git
cd cfgov-refresh
sh homebrew-deps.sh
pip install virtualenv virtualenvwrapper
npm install -g gulp
source load-env.sh
source setup.sh
workon cfgov-refresh
./runserver.sh

Documentation

Documentation for this project is available in the docs directory and online.

If you would like to browse the documentation locally, you can do so with mkdocs:

git clone git@github.com:cfpb/cfgov-refresh.git
cd cfgov-refresh
pip install virtualenv virtualenvwrapper
source activate-virtualenv.sh
pip install mkdocs
mkdocs serve

Getting help

Use the issue tracker to follow the development conversation. If you find a bug not listed in the issue tracker, please file a bug report.

Getting involved

We welcome your feedback and contributions. See the contribution guidelines for more details.

Additionally, you may want to consider contributing to the Capital Framework, which is the front-end pattern library used in this project.

Open source licensing info

  1. TERMS
  2. LICENSE
  3. CFPB Source Code Policy

Credits and references

This project uses the Capital Framework for its user interface and layout components.

About

Django project protecting American consumers

https://www.consumerfinance.gov/

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 63.3%Language:HTML 12.6%Language:JavaScript 12.5%Language:CSS 10.8%Language:Gherkin 0.5%Language:Shell 0.3%Language:Perl 0.0%