No description
Find a file
2012-10-01 16:13:56 +09:00
.meteor Started work on supporting twitter. 2012-10-01 11:18:05 +10:00
accounts added accounts-ui dropdown 2012-09-05 09:55:09 +09:00
client migrating from user_id to userId 2012-10-01 16:08:30 +09:00
lib check if user is logging in via twitter to know if their profile is complete 2012-10-01 16:13:56 +09:00
public added default avatar image 2012-09-28 10:09:29 +09:00
server migrating from user_id to userId 2012-10-01 16:08:30 +09:00
.gitignore Gitignore Sublime Text project files 2012-09-27 18:12:04 +02:00
README.md updated readme 2012-09-29 15:14:46 +09:00
smart.json Use meteorite package version of moment ? 2012-09-27 17:44:23 +02:00
smart.lock Use currentUser builtin to simplify templates. 2012-09-27 23:33:08 -07:00

Telescope is an open-source, real-time social news site built with Meteor

Instalation

Setup

  • Using the command line (mrt mongo or 'mrt mongo xyz.meteor.com' if you're deploying on Meteor), set a user to be an admin: db.users.update({'_id':'user_id_here'}, {$set:{'isAdmin':true}})