- set up a github account
git clone git@github.com:jaysa68/mkdocs-berkeleyfee.git
- install python
- run the following cmd in the project's root directory:
python3 -m pip install -r requirements.txt
- In project's root dir, run
source venv/bin/activate
- run
mkdocs serve
- now as you edit files, they will be dynamically updated!
- Run
git add --all
- Run
git commit -m "description of your changes"
git push
Run git pull origin main
to get any changes made to github.
Do this before you start making new edits!
- run on cloud VM instead of jaysa's homelab