initial commit of poker game
This commit is contained in:
4
npm-install.bat
Normal file
4
npm-install.bat
Normal file
@@ -0,0 +1,4 @@
|
||||
::npm-install.bat
|
||||
@echo off
|
||||
::install web server dependencies && game server dependencies
|
||||
cd web-server && npm install -d && cd .. && cd game-server && npm install -d
|
||||
Reference in New Issue
Block a user