Skip to main content

Documentation

The source of docs.pupilfirst.com is stored in the /docs folder in our Github repo, and is managed using Docusaurus.

Serving docs locally

Simply navigate to the docs folder, run npm install, followed by the start script:

cd docs
npm install
npm run start

This should launch the documentation website in your browser.