- Must have golang compiler installed
- Must have nodejs installed
This project is licensed under the license provided - see the LICENSE file for details
- Patrick Hadlaw - patrickhadlaw
- Jack Capombassis - Jack-Capombassis
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
Run $ ./pokerparty-server --help for help