Installing the Wheel source code
To run a local version you need the have NodeJS installed.
Download the source code »Nodejs
The easiest way to run Wheel is by starting a local NodeJS server and use a browser.
If you run Wheel with NodeJS then only PoweredUp is supported.
First, you have to install all dependencies by running:
$ npm install
Then you can start the server with:
$ node server.js
Electron - Mac
$ npm install --global electron $ npm install --global electron-rebuild $ npm install $ npm run electron-rebuild
Electron - Windows
$ npm install --global windows-build-tools $ npm install --global electron $ npm install --global electron-rebuild $ npm install $ npm run electron-rebuild
Starting the Wheel Electron application
After the installation you can start Wheel with the following command:
$ npm start