Skip to content

rajivharlalka/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notes

Collection of my byte sized notes on programming and other random topics.

View Online

Local Setup

To preview the site locally:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
make run

Ref : mrkaran.dev