Skip to content

patrickhadlaw/pokerparty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokerparty

Prerequisites

  • Must have golang compiler installed
  • Must have nodejs installed

License

This project is licensed under the license provided - see the LICENSE file for details

Authors

Build instructions

Clone repo:

$ git clone https://github.com/patrickhadlaw/pokerparty.git

To generate frontend:

$ cd pokerparty/frontend
$ ng build --prod
$ cp -R dist ../com/

To build pokerparty-server:

$ git clone https://bitbucket.org/patrickhadlaw/pokerparty.git
$ cd pokerparty
$ go build notion-server.go

To run:

$ ./pokerparty-server

Commandline arguments

Run $ ./pokerparty-server --help for help

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors