Skip to content

patrick-5546/notes

Repository files navigation

notes

Website for my notes on various programming-related topics.

Setup

  1. Clone repository

    git clone https://github.com/patrick-5546/notes.git
    
  2. Install dependencies

    pip install -r docs/requirements.txt
    
  3. Manually install social plugin OS dependencies

Run

VS Code

  1. CTRL+P to open Quick Open
  2. Run a launch configuration
    • "debug Run Application" runs mkdocs serve
    • "debug Launch Application" runs mkdocs serve and opens the application in a new Microsoft Edge window

Command Line

  1. mkdocs serve