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!
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.
- Install Node.js >= 11.0.0
- Run
$ sudo npm install --unsafe-perm
$ npm start- Visit http://localhost:1337
You can also create a Docker image and run the app in a container:
- Install Docker
- Build the image:
docker build -t dr4ft-app . - Run it in a container:
docker run -dp 1337:1337 dr4ft-app - Visit http://localhost:1337
The project is unaffiliated with Wizards of the Coast, and is licensed under the MIT license.