Skip to content

UD-Game-Development-Club/docs

Repository files navigation

docs

Internal Documentation

Setup / Testing Locally

First, step into a new virtual environment (the second command will differ based on your operating system, this is a good time to read up on virtual environments if you are unfamiliar ;) )

python -m venv venv
source venv/bin/activate

Then, install the dependencies

pip install -r requirements.txt

Run the local server

python -m mkdocs serve

Generating PDF of the Consitution

First, follow the steps outlined above to setup the local dev environment.

Install markdown2, wkhtmltopdf and pdfkit

Download: https://wkhtmltopdf.org/ (you might need to add it to your path on windows)

Generate PDF

python generate_constitution_pdf.py

About

Internal Documentation

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages