Skip to content
forked from dr4fters/dr4ft

Multiplayer Online MTG Draft and Sealed Simulator

License

Notifications You must be signed in to change notification settings

dekkerglen/dr4ft

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.9%
  • CSS 5.3%
  • Other 0.8%