This is a fork of the main cfgov-refresh for Raft's work on the Digital Money Toolkit project. Some of the Researc, Design, and Technical artifacts can be found in the Wiki
<<<<<<< HEAD This is a fork of the main cfgov-refresh for Raft's work on the Digital Money Toolkit project. Some of the Researc, Design, and Technical artifacts can be found in the Wiki
update readme
This is a fork of the main cfgov-refresh for Raft's work on the Digital Money Toolkit project. Some of the User Research, Design, and Technical artifacts can be found in the Wiki. The ReactJS codebase is integrated into Wagtail Django CMS as a satellite application. update the readme
This is a fork of the main cfgov-refresh for Raft's work on the Digital Money Toolkit project. Some of the User Research, Design, and Technical artifacts can be found in the Wiki. The ReactJS codebase is integrated into Wagtail Django CMS as a satellite application. update the readme
This is a fork of the main cfgov-refresh for Raft's work on the Digital Money Toolkit project. Some of the User Research, Design, and Technical artifacts can be found in the Wiki. The ReactJS codebase is integrated into Wagtail Django CMS as a satellite application.
Update README.md
This is a fork of the main cfgov-refresh for Raft's work on the Digital Money Toolkit project. Some of the User Research, Design, and Technical artifacts can be found in the Wiki. The ReactJS codebase is integrated into Wagtail Django CMS as a satellite application. c3666edae03fca89cbe1a6d87d5fb92eda58f43b
The primary repository for consumerfinance.gov.
dd7058e62b45d2d82162efac4d4c811c966977b9 This Django project includes the front-end assets and build tools, Jinja templates for front-end rendering, code to configure our CMS, Wagtail, and several standalone Django apps for specific parts of the site.
This is a fork of the main cfgov-refresh for Raft's work on the Digital Money Toolkit project. Some of the User Research, Design, and Technical artifacts can be found in the Wiki. The ReactJS codebase is integrated into Wagtail Django CMS as a satellite application.
2f304e78fb3c427c5ea45c707de5e97f1e93bfd7
The backlog for this project is being maintained in the CFPB Enterprise GitHub whereas the bugs are captured in this fork.
We follow the following steps for developing and creating end-of-sprint pull-request reviews:
my-money-calendar
my-money-calendar
to cfgov-refres/my-money-calendar
cfgov-refres/my-money-calendar
to cfgov-refres/master
The backlog for this project is being maintained in the CFPB Enterprise GitHub whereas the bugs are captured in this fork.
We follow the following steps for developing and creating end-of-sprint pull-request reviews:
my-money-calendar
my-money-calendar
to cfgov-refres/my-money-calendar
cfgov-refres/my-money-calendar
to cfgov-refres/master
....
update the readme
Quickstart
Full installation and usage instructions are available in our documentation.
This project requires Python 3.6, Node 12, and Gulp 4. We recommend the use of virtualenv and virtualenvwrapper for keeping the project's Python dependencies contained.
Clone the repository:
git clone git@github.com:cfpb/consumerfinance.gov.git
Create a virtual environment for Python dependencies:
cd consumerfinance.gov
mkvirtualenv --python=python3.6 consumerfinance.gov
Create and load initial environment settings:
cp -a .env_SAMPLE .env
source .env
Install third-party dependencies and build frontend assets:
./setup.sh
Create a local database, a Wagtail admin user, and a site homepage:
./initial-data.sh
Start your local Django server:
./runserver.sh
Your site will be available locally at http://localhost:8000/.
The Wagtail admin area will be available at http://localhost:8000/admin/,
which you can log into with the credentials admin
/admin
.
Full 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
:
pip install -r requirements/docs.txt
mkdocs serve
Documentation will be available locally at http://localhost:8000/.
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.
We welcome your feedback and contributions. See the contribution guidelines for more details.
Additionally, you may want to consider contributing to the Design System, which is the front-end pattern library used in this project.
This project uses Design System as the basis of its user interface and layout components.