This repository contains the source for the AccessKit website. It is derived from the code for the Linebender website.
The steps you need to get building the website locally are:
- Install Zola
- Run
zola serve
in a terminal - Go to the address logged to the terminal window (usually localhost:1111).
This website is automatically deployed every time a PR is merged using Github Actions.