This Pyramid-app renders text files in a git repository and allows access to (sub) folders.
A file with an '.md' extension is considered a markdown file and is rendered when accessed (also works on .txt files)
-
Change directory into your newly created project.
cd pyragit
-
Setup the development environment.
make devenv Source .venv/bin/activate
-
Run your project.
pserve development.ini