Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/futhrevo/leaderboard

CS50 seminar for meteor.js
https://github.com/futhrevo/leaderboard

Last synced: 1 day ago
JSON representation

CS50 seminar for meteor.js

Awesome Lists containing this project

README

        

leaderboard
===========

A tutorial for getting started with Meteor.js

See the final demo at:

# How to get setup:

1. Install meteor with the following command

```
curl https://install.meteor.com | sh
sudo chmod a+rx /usr/local/bin/meteor
```

2. Download the directory above

```
cd
git clone https://github.com/rzurawicki/leaderboard.git
```

You now have a folder called leaderboard in your home directory

3. Run the website on your machine.

```
cd leaderboard
meteor
```

Now go to