Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rajivharlalka/notes
- Owner: rajivharlalka
- License: mit
- Created: 2022-04-29T19:59:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T18:44:09.000Z (11 months ago)
- Last Synced: 2024-10-10T18:55:02.997Z (27 days ago)
- Topics: markdown, mkdocs, notes
- Language: Makefile
- Homepage: https://notes.rajivharlalka.tech
- Size: 12.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)