Skip to content

The repository containing the markdown files for my university notes

Notifications You must be signed in to change notification settings

mathiasandresen/uni-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Workflow Status Website

Running Locally

  1. Install Python 3.
  2. Check that pip is using python3 with pip -V.
    • if not, check pip3 -V
  3. Set up a virtual environment (steps assume that your current dir is project root)
    1. Install virtualenv with pip install virtualenv * else pip3 install virtualenv
    2. run python -m venv venv * else python3 -m venv venv
    3. source the virtual environment * Linux: source venv/bin/activate * Windows: .\venv\Scripts\activate.bat
  4. Install plugins with pip install -r requirements.txt (if pip is using python3)
    • else pip3 install -r requirements.txt
  5. Start local server with mkdocs serve

About

The repository containing the markdown files for my university notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published