Handle your issues like an adult — here’s rock-paper-scissors so you can settle them from a distance.
First, install dependencies:
npm i
# or
yarnAnd then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result, notice that establishing connection with socket takes some time, so first tries might not went well as expected.