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

https://github.com/suneeta-mall/suneeta-mall.github.io

Random musing of a curious engineer!
https://github.com/suneeta-mall/suneeta-mall.github.io

blog mkdocs

Last synced: 5 months ago
JSON representation

Random musing of a curious engineer!

Awesome Lists containing this project

README

          

# Random Musings

Random musing of a curious engineer!

# Setup Dev

To launch mkdocs locally, follow these instructions:

1. Create a Python environment:
```bash
python3.11 -m venv .venv
source .venv/bin/activate
```

2. **Install Dependencies**
```bash
make install
```

3. Start the serving endpoint:
```bash
make serve
```