/accesskit-website

Source files for the accesskit.dev website.

Primary LanguageHTMLApache License 2.0Apache-2.0

AccessKit website

This repository contains the source for the AccessKit website. It is derived from the code for the Linebender website.

Development

The steps you need to get building the website locally are:

  1. Install Zola
  2. Run zola serve in a terminal
  3. Go to the address logged to the terminal window (usually localhost:1111).

Deployment

This website is automatically deployed every time a PR is merged using Github Actions.