mirror of
https://github.com/exane/not-gwent-online
synced 2024-11-20 11:26:54 +00:00
Fix broken Markdown headings
This commit is contained in:
parent
c7e7f2c8f6
commit
94c1d636b6
16
README.md
16
README.md
@ -1,14 +1,14 @@
|
|||||||
#Gwent-Online
|
# Gwent-Online
|
||||||
|
|
||||||
#Introduction
|
# Introduction
|
||||||
Not-Gwent-Online is a standalone multiplayer version of Gwent, a card game from The Witcher 3.
|
Not-Gwent-Online is a standalone multiplayer version of Gwent, a card game from The Witcher 3.
|
||||||
|
|
||||||
#Install
|
# Install
|
||||||
##- Requirements
|
## - Requirements
|
||||||
- [node.js](https://nodejs.org/) installed
|
- [node.js](https://nodejs.org/) installed
|
||||||
- [GraphicsMagick](http://www.graphicsmagick.org) installed (for generating sprites)
|
- [GraphicsMagick](http://www.graphicsmagick.org) installed (for generating sprites)
|
||||||
|
|
||||||
##- Build
|
## - Build
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd ~/myWebserverRoot
|
cd ~/myWebserverRoot
|
||||||
@ -19,15 +19,15 @@ npm run build
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
##- Config
|
## - Config
|
||||||
- go to /public and open Config.js
|
- go to /public and open Config.js
|
||||||
- change hostname to your address. (e.g., "192.168.123.1") <br>Make sure you don't have a trailing slash after your IP or address. (e.g., "192.168.123.1/")
|
- change hostname to your address. (e.g., "192.168.123.1") <br>Make sure you don't have a trailing slash after your IP or address. (e.g., "192.168.123.1/")
|
||||||
|
|
||||||
##- Start Server
|
## - Start Server
|
||||||
```sh
|
```sh
|
||||||
cd ~/myProjectDirectory/not-gwent-online
|
cd ~/myProjectDirectory/not-gwent-online
|
||||||
node server/server.js
|
node server/server.js
|
||||||
```
|
```
|
||||||
|
|
||||||
##- Start Client
|
## - Start Client
|
||||||
- Open your browser and go to e.g. "http://192.168.123.1:3000"
|
- Open your browser and go to e.g. "http://192.168.123.1:3000"
|
||||||
|
Loading…
Reference in New Issue
Block a user