Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 539 Bytes

File metadata and controls

25 lines (16 loc) · 539 Bytes

Elite Dangerous Galaxy Map

##Preview: http://elitedangerousuniverse.com Built with Angular and Three.js

Quick Install

You'll need to install grunt and bower on your host.

$ npm install -g grunt-cli bower

Next, install npm packages and bower dependencies

$ npm install
$ bower install

Launch your application in development mode for livereload

$ grunt serve

For production

$ node server/edGalaxy.js