The world is the 2D display that shows all the dots that were drawn by users. The world is a collective display that is continuously updated via [FoxMQ].
A dot is a square that was drawn by a user.
A place refers to a area of the world consisting of the dots drawn by one or more users.
To install dependencies:
bun install
To run:
bun dev