Có file hướng dẫn chi tiết setup trong src code.
---------Setup-------
1 : Backend Setup
cd backend
npm install
# Start services
npm start # Main server
npm run scissors # Scissors game
npm run crash # Crash game
npm run chatroom # Chat system
npm run manage...