Giter Club home page Giter Club logo

pokester's Introduction

๐Ÿƒ Pokester

Description: Pokester lets people play no-limit Texas hold'em for free with their friends using play money--on a computer, tablet, or phone.

Tech Stack: Pokester is a web application written primarily in Typescript. It uses a React front-end and an Express back-end. It relies on MongoDB for data storage.

Project Status: Beta

Homepage: https://www.playpokester.com

Dependencies

Installation

To install all dependencies, run the following command from the root directory of the repository

yarn

Configuration

The client and server each require the presence of the following configurable environment variables

Client

Note the following environment variables can be set by creating a client/.env file containing one KEY=VALUE pair on each line.

  • REACT_APP_BASE_URL: The domain on which pokester will be hosted (e.g. local deployments might speicfy http://localhost:3000 as the value); used for embedded full links in the client

Server

Note the following environment variables can be set by creating a server/.env file containing one KEY=VALUE pair on each line.

Usage

The following instructions are useful for testing, running, and building the full applicaton. To test, run, and build individual workspaces, navigate to the respective workspace directories or use the appropriate yarn workspace commmand.

Test

Run the following command from the root directory of the repository

yarn workspaces foreach -t run test

Run in Development Mode

Note: Development mode reloads client and server processes when edits are made to /client/src/** and /server/src/**, respectively.

Run the following command from the root directory of the repository

yarn workspaces foreach -p run start

Build

Run the following command from the root directory of the repository

yarn workspaces foreach -t run build

Run Optimized Production Build

After building, run the following command from the root directory of the repository

yarn workspace @pokester/server run serve

Getting Help

Feel free to write [email protected].

License

LICENSE.md

pokester's People

Contributors

seanstern avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.