Welcome to ΛLΞXΛNDRIΛ !
ΛLΞXΛNDRIΛ is a simple web-app that we wraped in some node-webkit magic, you have 3 ways of looking at it: directly, through a web server, as a node-webkit app.
we use twitter’s bower to install our dependencies, you need to install bower and it’s bower files:
sudo npm install -g bower
bower install
just open your favorite webbrowser on the main html file, just works, w00t !
firefox src/app/alexandria.html
you can easily install a small web server for testing purposes or deploy src to your own
sudo npm install -g http-server
cd src/app && http-server
now your app is served on http://localhost:8080
npm install
bower install # yeah, just in case do it again
sudo npm install -g grunt-cli
grunt dist
your node-webkit app is now in the build folder