Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 437 Bytes

DEVELOPING.md

File metadata and controls

32 lines (24 loc) · 437 Bytes

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