https://github.com/cfpb/gatsby-regulations
Interactive regulations UI with Gatsby
https://github.com/cfpb/gatsby-regulations
Last synced: about 1 year ago
JSON representation
Interactive regulations UI with Gatsby
- Host: GitHub
- URL: https://github.com/cfpb/gatsby-regulations
- Owner: cfpb
- License: cc0-1.0
- Created: 2020-03-24T18:39:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T21:49:09.000Z (over 3 years ago)
- Last Synced: 2025-04-09T20:15:33.254Z (about 1 year ago)
- Language: JavaScript
- Size: 1.12 MB
- Stars: 4
- Watchers: 8
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# gatsby-regulations
A user interface for displaying interactive regulations. A companion project to [wagtail-regulations](https://github.com/cfpb/wagtail-regulations).
## Dependencies
- 🔋[Node 10+](https://nodejs.org/en/)
- ⚛️ [Gatsby](https://www.gatsbyjs.org/)
- 🎨[USWDS 2](https://designsystem.digital.gov/)
## Installation
Clone the repo and run:
```
yarn
```
## Usage
```
$ yarn develop
```
## Getting help
If you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker.
## Getting involved
General instructions on _how_ to contribute should be stated with a link to [CONTRIBUTING](CONTRIBUTING.md).
## Licensing info
1. [TERMS](TERMS.md)
2. [LICENSE](LICENSE)
3. [CFPB Source Code Policy](https://github.com/cfpb/source-code-policy/)
## Credits
This project is heavily based on 18F's [federalist-uswds-gatsby](https://github.com/18F/federalist-uswds-gatsby).