Get the client to a point where it at least renders the board

This commit is contained in:
sepia 2025-07-15 18:07:48 -05:00
parent 3be0c40b64
commit e8e982c3d6
15 changed files with 1364 additions and 366 deletions

View file

@ -10,7 +10,7 @@ dev:
# Build the project
build:
bun run build
bun build src/client-entry.ts --outfile dist/bundle.js --define "process.env.WS_URL='ws://localhost:3000/ws'"
# Run tests
test: