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
- Host: GitHub
- URL: https://github.com/shybyte/rolly
- Owner: shybyte
- Created: 2015-11-28T14:57:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-28T14:57:53.000Z (about 10 years ago)
- Last Synced: 2025-01-03T20:27:21.348Z (about 1 year ago)
- Language: JavaScript
- Size: 1.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.