This site is an Ottawa Civic Tech volunteer project. It is not affiliated with the Government of Canada.
This repository powers shoulditbeblockedinmydepartment.ca, a companion website to isthisblockedinmydepartment.ca.
It’s powered by the Eleventy static website generator.
After cloning the repository, run
npm install
to install the dependency packages.
To run Eleventy’s local development environment (once installed), use:
npx @11ty/eleventy --serve
Updates are deployed automatically to Netlify when changes are committed to the master
branch.