Monorepo

To install dependencies:

bun install

To run client:

bun run dev:client

To run server:

bun run dev:server

This project was created using bun init in bun v1.0.12. Bun is a fast all-in-one JavaScript runtime.