Skip to content

Commit

Permalink
Merge pull request #60 from tooomm/patch-2
Browse files Browse the repository at this point in the history
restructure readme
  • Loading branch information
ZeldaZach authored Sep 28, 2017
2 parents 41dc19d + d278c78 commit 6a61b9a
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,25 @@



[dr4ft](http://dr4ft.com) is a fork of arxanas' `drafts.ninja` fork of aeosynth's `draft` project. It
supports all of the features of `drafts.ninja` and more.
[dr4ft](http://dr4ft.com) is a fork of arxanas' `drafts.ninja` fork of aeosynth's `draft` project.<br>
It supports all of the features of `drafts.ninja`, and more.

dr4ft is unaffiliated with Wizards of the Coast,
and is licensed under the MIT license.
dr4ft is a NodeJS application.<br>
dr4ft is written in [ES6] and transpiled with [Traceur], and uses [React]
on the client-side.

Bugs or feature requests? Feel free to open an issue.
Bugs or feature requests? Feel free to [open an issue](https://github.com/dr4fters/dr4ft/issues/new).

# Installation

dr4ft is a NodeJS application. Install NodeJS, then just run `make run`
Install NodeJS, then just run `make run`
in your terminal and visit [http://localhost:1337](http://localhost:1337).

dr4ft is written in [ES6] and transpiled with [Traceur], and uses [React]
on the client-side.

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


[ES6]: https://github.com/lukehoban/es6features
[Traceur]: https://github.com/google/traceur-compiler
Expand Down

0 comments on commit 6a61b9a

Please sign in to comment.