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

https://github.com/davidhariri/site

My personal website. At least the 5th one I've made. This one is the culmination of all that I've learned in nearly 10 years of building websites.
https://github.com/davidhariri/site

blog flask website

Last synced: 5 months ago
JSON representation

My personal website. At least the 5th one I've made. This one is the culmination of all that I've learned in nearly 10 years of building websites.

Awesome Lists containing this project

README

          

[![Netlify Status](https://api.netlify.com/api/v1/badges/941c7066-ce90-42a0-a6c3-cafc740c42d1/deploy-status)](https://app.netlify.com/sites/dhariri/deploys)

```
uv sync --all-extras --dev
make clean
make site
make run # Serves the site at http://localhost:8000
```