All Projects → artemave → StarLogs

artemave / StarLogs

Licence: other
starlogs.net

Programming Languages

PogoScript
5 projects
CSS
56736 projects
HTML
75241 projects
shell
77523 projects

One day in a galaxy far, far away… someone might want to read your project history.

Get a preview today: http://starlogs.net

Want to hack on it?

No problem. But first, it is not just Javascript and CSS. It is pogoscript and sass. Oh, and they require node.js and ruby respectively.

If that does not put you off, I give up! Clone the project:

$ git clone git://github.com/artemave/StarLogs.git && cd StarLogs

Get pogo:

$ npm install -g pogo

Leave it autocompile:

$ pogo -cw javascripts/*.pogo

Get sass:

$ gem install sass # with sudo unless on rvm, rbenv, etc.

Leave it autocompile:

$ sass --watch stylesheets:stylesheets

Serve project folder:

$ npm install -g node-static
$ static

Navigate to http://localhost:3000/starlogs.html and take it from there!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].