No description
Find a file
2016-02-15 22:33:44 +09:00
.meteor working on component replacement system 2016-02-15 22:33:44 +09:00
packages working on component replacement system 2016-02-15 22:33:44 +09:00
tests/jasmine Merge branch 'namespace' of https://github.com/TelescopeJS/Telescope into namespace 2015-04-20 13:57:37 +09:00
.editorconfig Merge branch 'devel' of https://github.com/TelescopeJS/Telescope into tests 2015-01-18 13:06:37 -08:00
.eslintrc using React and simplifying the app down to a list of post titles 2016-02-14 12:27:20 +09:00
.gitignore Changed Posts.getSubParams to Posts.parameters.get; Posts.parameters.get now iterates over the postsParameters callback hook to build parameters object. 2015-09-03 14:22:51 +09:00
.jshintrc working on component replacement system 2016-02-15 22:33:44 +09:00
.travis.yml Pinning sanjo:jasmine to 0.11.0 2015-01-18 15:48:05 -08:00
app.json add ROOT_URL and Heroku button 2015-05-14 16:21:08 +09:00
CONTRIBUTING.md add CONTRIBUTING.md 2016-02-06 12:52:03 +09:00
Dockerfile add Dockerfile 2015-05-14 11:51:33 +09:00
get_file_list.sh move users templates and menu and postList components 2015-04-22 12:20:21 +09:00
History.md move invite email template to invite package; add test routes; fix invite link bug 2016-02-06 12:49:43 +09:00
license.md cleaning up subscriptions 2014-02-18 14:46:53 +09:00
packages.json Got rid of meteorhacks:npm packages; moved email features to their own package 2014-08-29 10:23:11 +09:00
project-tap.i18n renaming i18n helper from "i18n" to "_" 2014-11-25 17:16:00 +09:00
publish_packages.sh stuff 2015-04-25 12:40:23 +09:00
README.md Removing the "build failing" thing 2015-12-22 10:37:33 +09:00
README.nitrous.md Update README.nitrous.md 2014-09-18 18:13:20 -07:00
Roadmap.md fix #331 2014-07-15 07:45:37 +09:00

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

Note: Telescope is beta software. Most of it should work but it's still a little unpolished and you'll probably find some bugs. Use at your own risk :)

Note that Telescope is distributed under the MIT License

Getting Started

Note that while simply cloning this repository will work, it is recommended you clone the sample project repository instead for a simpler workflow.

Please refer to the documentation for more instructions on installing Telescope.

Learn More