![](intro.jpg)

# ▲ PRE-REQUISITES

    node >= 6.0 (https://nodejs.org/en/download/current/)
    npm  >= 3.0 (pre-installed by node)
    yarn        (npm install yarn -g)

# ▲ INSTALL DEPENDENCIES AND BUILD

    yarn
    yarn start

# ▲ MACOS/LINUX

Install `wine` (2.x + win64 support) and `winetricks`

    brew install wine winetricks // MacOS
    apt-get install wine winetricks // Linux

Now install the Visual Studio distributables for 2013 and 2015.

    winetricks vcrun2013 vcrun2015

# ▲ POLYFILLS NEEDED

 * requestidlecallback
 * es6-promise
 * isomorphic-fetch
 * perfnow
 * event-listener-with-options/js/polyfill
 * various es6 polyfills (either provided by corejs or babel-polyfill)
