Photonix website located at photonix.org.
The following commands from the Makefile can be used to build and run the server. This will start the main container and a Postgres database server.
make build
make start
If you need to change any environment variables you can do so in docker-compose.yml.
MkDocs is used to generate documentation from Markdown files in the docs directory. If you run the with the envirnment variable ENV=dev
as is default in docker-compose.yml then the live-reloading server should be available at https://localhost:8001 for easily making changes. Just edit files ending in .md
and you should see them update in the browser. For convenience here's a Markdown Cheatsheet.