The demo can be viewed here: https://focusconsulting.github.io/ej-gov-demo/
This repository contains the demo code for the environmentaljustice.gov site. It consists of a simple site generated via Jekyll and styled with components from USWDS. The content is powered by a headless CMS; content can be added via the site and as well as through the admin pages of the CMS. Additionally, other fields like tags and files can be added via the admin pages.
Below are requirements and steps to start the site locally.
In order to run the site locally, you'll need to have Ruby 2.7 installed. Ruby installs can be managed with asdf and asdf-ruby
- Install the required dependencies
gem install jekyll bundler- Start the site
bundle exec jekyll serveThe site is deployed on Github pages via the jekyll-build-pages action which is triggered when the main branch is updated
Though this is just a demo site, any contributions are welcome. Please submit a pull request if you would like to make a change.