githubaliba / giphyXit

A web based version of the game Dixit with images from giphy.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

giphyXit

A web based version of the game Dixit, which uses images from giphy.com

How to install

  1. Install Node.js 6 (follow the instruction on the website).
  2. Clone the repository git clone https://github.com/Alaxe/giphyXit
  3. Install the dependencies with npm install
  4. Add API key to conf.json.
  5. Start the server with node app.js
  6. The project is running on localhost:6000. There's a variable to change the port in conf.json.
  7. If you are deploying the app, you have to open port 8080 too, which is used for websocket connections.

About

A web based version of the game Dixit with images from giphy.com


Languages

Language:JavaScript 74.5%Language:EJS 23.5%Language:CSS 2.1%