FormationFlight.org website source code
You need to have docker and docker-compose installed in your environment.
If you edit the docs in vscode when you open the top level directory it will ask if you wish to Reopen in Container
click that button and vscode will automatically run docker compose up
which will then start serving the documentation as below, otherwise you can do it manually as below.
Then you need to build your container:
docker compose build
and start mkdocs server:
docker compose up
After server is running visit http://localhost:8000/.