/poker

A modern web app for playing hold 'em with your friends and enemies.

Primary LanguageJavaScript

poker

A modern web app for playing hold 'em with your friends and enemies.

Circle CI Coverage Status

Requirements

  • NodeJS

Tech Stack

Setup

Install dependencies:

$ npm install

Boot up the app:

$ npm start

To run the server in release mode, set the environment variable NODE_ENV=production

Test

Run tests:

$ npm test

Release

Generate a release build in dist:

$ npm run build