This is built using the GOV.UK Prototype Kit.
To run it locally, clone it down, run npm install
and then npm start
. It'll then tell you a port to go to in the browser.
Depends on docker install and docker-compose install
docker-compose build
docker-compose up
Or get a bash console where you can run npm
cmds via the built container (ensure step 1 above is done)
docker-compose run --rm --service-ports --entrypoint="bash" goose
Run the tests via docker
docker-compose run --rm --entrypoint="npm run test" goose
Feedback is welcome. Either submit an issue, or open a PR.
- Udacity Accessibility course - good for futhering knowledge about writing accessible code
- GDS WCAG 2.1 Primer - good for helping you understand the Web Content Accessibility Guidelines
- GDS guidance how to conduct a basic accessibility audit - mentioned above but listed here as well
- a11y weekly - a good weekly newsletter about accessibility
Any other suggestions, free free to add them!
This version is forked (and revived) from the MoJ archived repo. Other forks: