URL: https://volunteering.sourcebots.co.uk
npm installgit submodule update --init./scripts/build.sh
The site will be output to public/.
./scripts/server.sh will start a server on http://localhost:1313.
Running tests locally is optional, as theyre automatically run by the CI in PRs.
Currently, the only test run is a spell-checker.
Since our pages can almost all be accessed both with and without a trailing
slash, we prefer all our links to be root-relative (i.e: /foo/bar) rather
than parent-relative (i.e: ../bar).