Update README
parent
22ca5ca7de
commit
80ea4eaaf9
@ -1,8 +1,23 @@
|
|||||||
# Card Game
|
# Card Game
|
||||||
|
|
||||||
|
## Technology
|
||||||
|
|
||||||
|
- node.js
|
||||||
|
- express.js
|
||||||
|
- socketIO
|
||||||
|
- HTML5 (Canvas)
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
`sudo apt install npm`
|
`sudo apt install npm`
|
||||||
`git pull <this-repo>`
|
`git pull <this-repo>`
|
||||||
`npm install express --save`
|
`npm install express --save`
|
||||||
|
|
||||||
|
## Run
|
||||||
|
|
||||||
|
`node server.js`
|
||||||
|
|
||||||
|
Access through
|
||||||
|
|
||||||
|
`http://localhost:3000`
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue