Read more about the game here
# Install dependencies
$ npm install
# Start development
$ npm run dev
# If you would like to run them separately use commands below
# ClientApp
$ npm run client:start:dev
# Server
$ npm run server:start:dev
# Pull image from the command line
$ docker pull docker.pkg.github.com/n1md7/card-game/phurti:latest
# Use as base image in DockerFile:
FROM docker.pkg.github.com/n1md7/card-game/phurti:latest