extremely claude-assisted go game based on atproto! working on cleaning up and giving a more unique design, still has a bit of a slop vibe to it.
at master 4 lines 175 B view raw
1DATABASE_PATH=./data/app.db 2SESSION_SECRET=change-this-to-a-random-secret 3PUBLIC_BASE_URL=http://localhost:5173 4PRIVATE_KEY_JWK={"kty":"...generated by npm run setup:key..."}