DEVELOPING.md 437 B

Run the GUI in Development

OS X

npm install
npm run start-ui
npm start

Windows 10

You'll need installed:

  • Visual Studio Community Edition (or better) installed with Windows 8/8.1 SDK.
  • Python 2.7

    npm install
    npm run pre-rebuild && npm run rebuild
    npm run start-ui
    npm start
    

Linux

npm install
npm run pre-rebuild && npm run rebuild
npm run start-ui
npm start