# Clone the repo and enter the directory
# Install deps
npm install
npm install -g http-server
# Start WS server
node server
# Start front-end server
node http-server
# Access at localhost:8080
This repository was archived by the owner on Jun 1, 2025. It is now read-only.