DATA_DIR=./data APP_ADDR=:8080 go run ./cmd/pocketwatch
build:
CGO_ENABLED=0 go build -trimpath -o pocketwatch ./cmd/pocketwatch
test:
go test ./...
fmt:
gofmt -w cmd internal
docker:
docker compose up -d --build
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.