Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cfpb/gatsby-regulations
Interactive regulations UI with Gatsby
https://github.com/cfpb/gatsby-regulations
Last synced: 17 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T21:49:09.000Z (almost 2 years ago)
- Last Synced: 2024-04-08T00:16:54.377Z (9 months ago)
- Language: JavaScript
- Size: 1.12 MB
- Stars: 3
- Watchers: 9
- Forks: 1
- 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).