This is a website to help policy analysts understand analysis tools for engagement and consultation data, so that they can effectively engage with more people.
This is a Jekyll based website.
To install locally:
bundle installTo run the server:
bundle exec jekyll run serverThere is also a linter running with JS. To run this:
npm install
npm run test-markdown