Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 816 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 816 Bytes

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