Skip to content

copernicus-mogley/alexandria-browser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.9%
  • HTML 28.3%
  • CSS 10.7%
  • NSIS 1.7%
  • Shell 1.0%
  • Python 0.3%
  • Other 0.1%