mirror of
https://github.com/mizanxali/uno-online
synced 2025-12-10 12:13:25 +00:00
Working two-player game ready!
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"description": "Online multiplayer card game",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server"
|
||||
"start": "node server",
|
||||
"client": "npm start --prefix client"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user