First commit

This commit is contained in:
Juni
2024-12-11 13:13:07 -06:00
commit 8725f3e022
11 changed files with 339 additions and 0 deletions

23
makefile Normal file
View File

@@ -0,0 +1,23 @@
.PHONY: *
dev:
bun run src/index.ts
build:
docker compose build
up:
docker compose up -d
down:
docker compose down
logs:
docker compose logs -f
install:
bun install
link:
bun link bsky-event-handlers