Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexanbj/programming-ladder
- Owner: alexanbj
- Created: 2013-09-01T14:38:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-20T08:38:14.000Z (over 9 years ago)
- Last Synced: 2024-04-13T16:16:11.744Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.17 MB
- Stars: 9
- Watchers: 5
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`.