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

https://github.com/beldar/binary-quiz


https://github.com/beldar/binary-quiz

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

Binary Quiz Simplified
=============

Build with [meteor](https://www.meteor.com/).

Instalation
--------

Install meteor:

curl https://install.meteor.com/ | sh

Install [meteorite](https://github.com/oortcloud/meteorite/):

npm install -g meteorite

Start the app inside the main folder:

mrt

This will start mongo and node for you with:

* Presentation on the root url `/`
* Client on `/client`
* Controller on `/controller`