cd into this directory, and run julia. From inside the REPL do
] test
To make docs locally, cd into this directory and run julia. From inside the REPL do
using Revise
] activate docs
] resolve
include("docs/make.jl")
then from a new terminal, run a LiveServer to see the constructed docs:
julia -e 'using LiveServer; serve(dir="docs/build")'
