This is a multiplayer drawing app where strokes appear on everyone else's screens in realtime. Users can pick a name and color, and are saved to the database on login.
- Make sure you have Node.js and Bun installed.
- Clone this repository.
- Run
bun install
to install the dependencies.
To start the app, run the following command:
bun server/run.ts
This will start the server on port 8000. Open your browser and navigate to http://localhost:8000
to use the app.