Skip to content

shannonmoeller/pardy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pardy

NPM version Downloads

Websocket-based trivia game.

Requirements

  • Node 6+
  • NPM 3+
  • Evergreen Browser

Installation

$ git clone https://github.com/shannonmoeller/pardy.git
$ cd pardy
$ npm install
$ npm start

Usage

Deployment

I recommend deploying with Heroku. I'd rather use now.sh, but that has had some serious performance issues with deploying and websockets (as of 2016-01-31).

  1. Create a Heroku account (the free tier works great).
  2. Install the Heroku CLI.
  3. Clone this repo.
  4. From within the repo directory, deploy the app.

MIT © Shannon Moeller