Skip to content

mendax1234/lecture-notes

Repository files navigation

Lecture Notes (Source)

Build Status Live Site

Looking for the notes? > Access the rendered site here: The Core Dump

Development

This repository hosts the source code for my MkDocs documentation site.

Dependencies

  • Python 3.x
  • MkDocs Material

Local Setup

  1. Clone & Install

    git clone https://github.com/mendax1234/lecture-notes.git
    cd lecture-notes
    
    # Recommended: Use a virtual environment
    python3 -m venv .venv
    source .venv/bin/activate
    
    pip install mkdocs mkdocs-material
    
  2. Run Locally

    mkdocs serve

    Open http://127.0.0.1:8000.

  3. Deploy

    mkdocs gh-deploy

About

NUS Computer Engineering Course Notes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •