1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-01-26 06:18:46 +00:00
Tim Meier e45d26ef7c Merge pull request #15 from klausweiss/master
Fix #6: images not being loaded
2017-06-10 18:59:20 +02:00
2015-11-30 17:47:17 +01:00
2016-02-09 16:17:57 +01:00
2016-06-04 10:08:42 +02:00
2016-06-04 10:08:42 +02:00
2015-06-23 15:00:49 +02:00
2016-06-04 10:08:42 +02:00
2017-06-09 23:36:28 +02:00
2016-06-04 10:08:42 +02:00
2017-04-18 02:00:00 -03:00

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

Description
No description provided
Readme 89 MiB
Languages
JavaScript 80.8%
CSS 15.2%
HTML 4%