This app helps to start several programs of our Showcase. It is based on nw.js, which is also on github.
-
First, download and install nw.js. If necessary, add nw to your
$PATH
. -
In the folder of this README file, run
npm install
-
Edit and rename the files within the
./config
folder. You need to delete the word 'sample' in each name. -
Now you are ready to run this app with
nw .
at the place of thepackage.json
file.