There are references to files in other repos, so update the submodules for them.
git submodule update external/nnf-dm
$ git clone [email protected]:NearNodeFlash/NearNodeFlash.github.io.git
$ cd NearNodeFlash.github.io.git
$ python3 -m venv venv
$ . venv/bin/activate
(venv) $ pip install -r mkdocs_requirements.txt
To run mkdocs server locally, execute mkdocs serve
. The output will appear similar to below, with the localhost URL listed at the end.
(venv) $ mkdocs serve
INFO - Building documentation...
[...]
INFO - Documentation built in 0.22 seconds
INFO - [10:59:28] Watching paths for changes: 'docs', 'mkdocs.yml'
INFO - [10:59:28] Serving on http://127.0.0.1:8000/