Skip to content

Getting started

Downloading the repo

To download the repo run

git clone https://github.com/oliversheridanmethven/testing.git

Dependencies

The dependencies and details about their installation can be found in Dependencies.

Building the latest documentation

In the project's root directory, run:

mkdocs build

The documentation can now be found under site/ and opened in your browser.

Alternatively, you can launch your own server by running

mike serve

and clicking the link to the server is has created. (Typically this is e.g. http://127.0.0.1:8000/ ).


Last update: July 28, 2023
Created: July 23, 2023