Automatic checks¶
The starter pack comes with several automatic checks that you can (and should!) run on your documentation before committing and pushing changes.
The following checks are available:
Install prerequisite software¶
Some of the tools used by the automatic checks might not be available by default on your system.
To install them, you need snap
and npm
:
sudo apt install npm snapd
To install the validation tools:
make woke-install
make pa11y-install