a git tutorial
- you have to clone it
- python3 -m venv ./venv
- run .\venv\Scripts\activate on windows or source ./venv/bin/activate on mac/linux
- pip install -r req.txt
- mkdocs serve
this repo is playground to learn git and mkdocs. Feel free to contribute by adding new commands or fixing typos by opening issues or pull requests.