Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexanbj/programming-ladder

A unfinished project Euler clone written in Meteor and Coffeescript
https://github.com/alexanbj/programming-ladder

Last synced: about 1 month ago
JSON representation

A unfinished project Euler clone written in Meteor and Coffeescript

Awesome Lists containing this project

README

        

A project Euler clone written with the lovely Meteor framework. Utilizes JavaScript, Bootstrap and some leftover CoffeeScript.

# Installation
- Install [Meteor](http://meteor.com)
- Download or clone this into /some/path
- cd /some/path
- Run `meteor`

# Admin privileges
During the upstart of the application it checks the number of registered users, if there is only one, he/she will be given admin privileges. So after the installation steps are finished, simply register a user in the app, then kill the server and start it up again with `meteor`.