Home

Awesome

<div align="center">

Snowy owl emoji

Harfang

A social content posting and discussion site with a focus on simplicity and accessibility.
Inspired by Hacker News and Reddit.
Built with Django, HTMX, Alpine.js and Tailwind CSS

</div>

Features so far:

Next up:

Dev Quick Start

"just" use the taskrunner.
Or take a look inside the justfile to see the actual commands.

# install requirements
just setup
# create mock data
just populate
# run the dev server
just runserver

Reproducible Dev Environment (optional)

Use nix via devenv to guarantee a consistent environment.
Combine with direnv for automatic shell activation.