hieuqtran / 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 Elasticsearch and MySQL are installed and that MySQL is either running or runnable by our backend.sh script and our runserver.sh script.

git clone git@github.com:cfpb/cfgov-refresh.git
cd cfgov-refresh
pip install virtualenv virtualenvwrapper
npm install -g gulp
source load-env.sh
source setup.sh
./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 53.4%Language:CSS 17.6%Language:JavaScript 15.3%Language:HTML 13.1%Language:Gherkin 0.4%Language:Shell 0.2%Language:Perl 0.0%