A front-end for Cyclus, the nuclear fuel cycle simulator .
Download and install npm
npm install -g gulp (note: on osx you must use 'sudo' when the -g flag is used)
cd /path/to/cyclus.js
npm install
Create native applications
gulp [--all] [--osx] [--win] [--linux] [--osx64] [--win64] [--linux64] [--osx32] [--win32] [--linux32]
If no option is provided the current platform will be used. Executables are placed in dist/cyclus.js
Developers should install nwjs (formally known as node-webkit). You can then run the code directly without using gulp
cd /path/to/cyclus.js
nw .