Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/futhrevo/leaderboard
- Owner: futhrevo
- Created: 2014-11-09T10:31:11.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-09T10:53:23.000Z (about 10 years ago)
- Last Synced: 2024-11-18T14:37:26.259Z (2 months ago)
- Language: JavaScript
- Size: 480 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 directory3. Run the website on your machine.
```
cd leaderboard
meteor
```
Now go to