This is built using http://www.catalog.style/
We use the standalone version of catalog as documented here: https://docs.catalog.style/installation/standalone
- Open a Terminal
cd the/path/to/catalog/folder
- run one of the following two commands:
npx http-server
orpython -m SimpleHTTPServer
- Check the output of the above command, it will tell you something about a port
- Open a Browser and go to
localhost:8080
where you replace8080
with whatever the above command told you about a port number
- Add the markdown file at the appropriate place in
/pages
folder - Add the page configuration in
index.html
file. See the already existing ones for examples