This is a web app that allows you to play magic, the gathering Two Headed Giant using my browser. You can add your own deck to play without having to buy any cards! Try it out at https://hfter789.github.io/mtg-simulator/.
For development, you will only need Node.js installed on your environement.
Node is really easy to install & now include NPM. You should be able to run the following command after the installation procedure below.
$ node --version
v6.9.1
$ npm --version
3.10.8
$ git clone https://github.com/ORG/PROJECT.git
$ cd mtg-simulator
$ npm install
$ npm start