Skip to content

jaysa68/mkdocs-berkeleyfee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First Time Local Development

  1. set up a github account
  2. git clone git@github.com:jaysa68/mkdocs-berkeleyfee.git
  3. install python
  4. run the following cmd in the project's root directory: python3 -m pip install -r requirements.txt

Returning Local Development

  1. In project's root dir, run source venv/bin/activate
  2. run mkdocs serve
    • now as you edit files, they will be dynamically updated!

Uploading Changes

  1. Run git add --all
  2. Run git commit -m "description of your changes"
  3. git push

Getting recent changes

Run git pull origin main to get any changes made to github.

Do this before you start making new edits!

TODO

  • run on cloud VM instead of jaysa's homelab

About

mkdocs-berkeleyfee

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published