Go to file
Tim Meier e45d26ef7c Merge pull request #15 from klausweiss/master
Fix #6: images not being loaded
2017-06-10 18:59:20 +02:00
assets commit 2015-11-30 17:47:17 +01:00
client update url 2016-02-09 16:17:57 +01:00
public use node http server 2016-06-04 10:08:42 +02:00
server use node http server 2016-06-04 10:08:42 +02:00
test extend filter 2015-06-23 15:00:49 +02:00
.gitignore use node http server 2016-06-04 10:08:42 +02:00
README.md Fix broken Markdown headings 2017-04-18 02:00:00 -03:00
gulpfile.js fix images not being displayed 2017-06-09 23:36:28 +02:00
package.json use node http server 2016-06-04 10:08:42 +02:00

README.md

Gwent-Online

Introduction

Not-Gwent-Online is a standalone multiplayer version of Gwent, a card game from The Witcher 3.

Install

- Requirements

- Build

cd ~/myWebserverRoot
git clone https://github.com/exane/not-gwent-online
cd not-gwent-online
npm install
npm run build

- Config

  • go to /public and open Config.js
  • change hostname to your address. (e.g., "192.168.123.1")
    Make sure you don't have a trailing slash after your IP or address. (e.g., "192.168.123.1/")

- Start Server

cd ~/myProjectDirectory/not-gwent-online
node server/server.js

- Start Client