Broadcasts chat messages to all connected clients
- Create a
.env
file by copying and editing the.env.example
file. Edit the contents appropriately. - Prepare a local PostgreSQL database using the
init-db.sql
script. - Run
npm install
to install dependencies. - Run
npm run dev-start
to start the server in development mode.
Implemented by following Linting in TypeScript using ESLint and Prettier