Coffee journaling on ATProto (alpha)
alpha.arabica.social
coffee
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