Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rajivharlalka/notes

Personal notes website
https://github.com/rajivharlalka/notes

markdown mkdocs notes

Last synced: 6 days ago
JSON representation

Personal notes website

Awesome Lists containing this project

README

        

# notes

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

[View Online](https://notes.rajivharlalka.tech)

## Local Setup

To preview the site locally:

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

Ref : [mrkaran.dev](https://github.com/mr-karan/notes)