No description
  • TypeScript 96.8%
  • CSS 1.8%
  • JavaScript 1.1%
  • Dockerfile 0.3%
Find a file
2026-04-23 14:32:56 +00:00
.claude docs: add bug reports, audits, plans, and update product/technical docs 2026-04-18 08:28:09 +00:00
.devcontainer chore(devcontainer): add devcontainer config with Node 20, extensions, and format-on-save 2026-04-14 21:17:54 +01:00
docs feat: enhance socket connection settings and implement activity logging 2026-04-23 13:43:17 +00:00
prisma feat: enhance socket connection settings and implement activity logging 2026-04-23 13:43:17 +00:00
public refactor: split components, update pages, and polish UI 2026-04-18 08:28:34 +00:00
scripts refactor: split components, update pages, and polish UI 2026-04-18 08:28:34 +00:00
src added printable page as a backup 2026-04-23 14:32:56 +00:00
.dockerignore feat(docker): create multi-stage Alpine Dockerfile for production build 2026-04-15 22:16:42 +00:00
.env.example fix: address product and technical review findings 2026-04-14 23:16:27 +00:00
.gitignore chore(ops): add S3 setup scripts and tweak ignores/compose 2026-04-16 16:38:35 +00:00
.prettierrc chore(prettier): add Prettier configuration with Tailwind plugin 2026-04-14 20:31:16 +00:00
CLAUDE.md style: apply prettier formatting to entire project 2026-04-14 20:54:50 +00:00
components.json feat(ui): initialize shadcn/ui with New York style and Zinc theme 2026-04-14 20:46:39 +00:00
docker-compose.yml fix(deploy): expose port 3000 instead of publishing to host 2026-04-16 17:30:35 +00:00
docker-entrypoint.sh fix(docker): always run db push and seed on startup 2026-04-16 07:54:06 +00:00
Dockerfile chore(docker): drop persistent sqlite volume 2026-04-16 08:03:04 +00:00
eslint.config.mjs style: apply prettier formatting to entire project 2026-04-14 20:54:50 +00:00
LICENSE Initial commit 2026-04-14 21:08:38 +01:00
next.config.ts style: apply prettier formatting to entire project 2026-04-14 20:54:50 +00:00
package-lock.json feat: update deps, prisma schema, and seed data 2026-04-18 08:28:12 +00:00
package.json feat: update deps, prisma schema, and seed data 2026-04-18 08:28:12 +00:00
postcss.config.mjs style: apply prettier formatting to entire project 2026-04-14 20:54:50 +00:00
prisma.config.ts feat(seed): populate database with default items and template values 2026-04-14 21:35:18 +00:00
server.ts feat: enhance socket connection settings and implement activity logging 2026-04-23 13:43:17 +00:00
tsconfig.json chore(init): scaffold Next.js project with App Router, TypeScript, and Tailwind 2026-04-14 20:23:37 +00:00
tsconfig.server.json feat(server): create custom server with Socket.IO and Next.js integration 2026-04-14 21:44:35 +00:00
vitest.config.ts test(game): add unit tests for board generation and PIN utilities 2026-04-14 22:20:53 +00:00