A simple website to track your surfing session.
The primary way to develop this codebase is using nix.
> nix develop
> go build
# or you can build it directly
> nix build
I like to use entr to hot reload my project.
> ls **/*.go **/*.html.tmpl | , entr -r go run cmd/server/main.go