jstevans / dr4ft

Multiplayer Online MTG Draft and Sealed Simulator

Home Page:https://dr4ft.info/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dr4ft


dr4ft Chat

dr4ft is a NodeJS application.
dr4ft is written in ES6 and transpiled with Babel, and uses React on the client-side.

Found bugs or have feature requests? Feel free to open an issue!


Project History

dr4ft is a fork of arxanas' drafts.ninja fork of aeosynth's draft project:

draft (initial project, discontinued)
    ↳ drafts.ninja (fork, discontinued)
            ↳ dr4ft (fork, current main project)

It supports all their features, and many more.

Known pages running this code:


Installation

Native

  1. Install Node.js >= 11.0.0
  2. Run
$ sudo npm install --unsafe-perm
$ npm start
  1. Visit http://localhost:1337

Docker

You can also create a Docker image and run the app in a container:

  1. Install Docker
  2. Build the image:
    docker build -t dr4ft-app .
  3. Run it in a container:
    docker run -dp 1337:1337 dr4ft-app
  4. Visit http://localhost:1337

The project is unaffiliated with Wizards of the Coast, and is licensed under the MIT license.

About

Multiplayer Online MTG Draft and Sealed Simulator

https://dr4ft.info/

License:MIT License


Languages

Language:JavaScript 93.9%Language:CSS 5.3%Language:Smarty 0.6%Language:Dockerfile 0.2%