Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 993 Bytes

README.org

File metadata and controls

44 lines (33 loc) · 993 Bytes

Welcome to ΛLΞXΛNDRIΛ !

installing

Λ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.

pre-requesite

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

directly

just open your favorite webbrowser on the main html file, just works, w00t !

firefox src/app/alexandria.html

through a web server

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

node-webkit app

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