Coffee journaling on ATProto (alpha) alpha.arabica.social
coffee
at refactor-preact 11 lines 344 B view raw
1run: 2 @LOG_LEVEL=debug LOG_FORMAT=console go run cmd/server/main.go -known-dids known-dids.txt 3 4run-production: 5 @LOG_FORMAT=json SECURE_COOKIES=true go run cmd/server/main.go 6 7test: 8 @go test ./... -cover -coverprofile=cover.out 9 10style: 11 @nix develop --command tailwindcss -i static/css/style.css -o static/css/output.css --minify