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

https://github.com/shybyte/rolly

social network done with meteor and react
https://github.com/shybyte/rolly

Last synced: 11 months ago
JSON representation

social network done with meteor and react

Awesome Lists containing this project

README

          

# Rolly

## How to see a online demo

http://rolly.meteor.com

## How to start locally

First you must install meteor.
See [https://www.meteor.com/install](https://www.meteor.com/install)

If you use Linux or OS X just type this to install meteor

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

Now clone this repo

git clone https://github.com/shybyte/rolly.git

and start it:

cd rolly
meteor

Open [localhost:3000](localhost:3000) in your browser.