duel-masters is a simulator for the Duel Masters Trading Card Game for play in the browser.
It aims to simulate how you would be playing the card game in real life, but with enforced rules and automations for the effects of each individual card.
# Login to the github package registry
docker login ghcr.io
# Run the container
docker run -d \
--name duel-masters \
--restart unless-stopped \
-p 80:80 \
-e port=80 \
-e mongo_name=<mongodb_name> \
-e mongo_uri=<mongodb_connection_string> \
ghcr.io/sindreslungaard/duel-masters/production:latest
Thanks for your interest in contributing! There are many ways to contribute to this project. Get started here