GithubHelp home page GithubHelp logo

gjedlicska / kingdomcreator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from blakevanlan/kingdomcreator

1.0 1.0 0.0 213.08 MB

Deck randomizer for Dominion

License: MIT License

JavaScript 7.19% CoffeeScript 2.99% TypeScript 51.11% Vue 33.75% Dockerfile 0.01% Pug 0.88% Stylus 4.06%

kingdomcreator's Introduction

Dominion Randomizer (aka Kingdom Creator)

https://www.dominionrandomizer.com is a kingdom randomizer, or card picker, for Dominion.

Feel free to make any improvements you see fit and send me a pull request!

Development

This is a static site served through GitHub Pages. Check the /docs directory in master to see the source currently being served at http://www.dominionrandomizer.com.

Commands

npm start - Run the development server with hot reloading at localhost:8080

npm run build - Builds the static site and outputs the assets in /docs

npm run serve-static - Serves the build assets from /docs in case you want to check the built version

Docker Container

Dominion Randomizer can also be served from a Docker container with the following commands:

# Build the site
$ npm run build

# Build the Docker image
$ sudo docker build --tag "kingdom_creator:latest" .

# Start a container from the built image. This will be published on local port
# 9999, but that can be changed as needed.
$ sudo docker run \
    --detach \
    --name="kingdom_creator" \
    --publish="9999:80" \
    --volume="$(pwd)/docs://usr/share/nginx/html:ro" \
    "kingdom_creator:latest"

kingdomcreator's People

Contributors

blakevanlan avatar rubikscuber avatar youbi42 avatar asr1 avatar davidtorosyan avatar chief8192 avatar

Stargazers

Roman avatar

Watchers

James Cloos 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.