No description
Find a file
2017-02-16 08:39:42 +01:00
.github basic styling 2016-02-19 09:54:13 +09:00
.meteor update std:accounts-ui to 1.2.18 and remove meteor_subscribe.js 2017-02-07 09:43:51 +08:00
packages chore: remove legacy properties 'publish' & 'join' 2017-02-16 08:39:42 +01:00
.editorconfig adding editorconfig, eslintc, etc. 2016-03-01 14:10:08 +09:00
.eslintignore eslint & clean up code, also fixed some bugs (#1515) 2016-11-25 13:46:55 -05:00
.eslintrc fix list filtering: de-couple pagination terms & props terms in withList; re-enable form cleaning: performed only if the form has not been unmounted; remove annoying eslint warnings 2017-01-13 18:17:08 +01:00
.gitignore update getting started content, license date, contributing link, .gitignore & add custom npm start 🚀 2017-02-02 17:35:03 +01:00
.jshintrc adding editorconfig, eslintc, etc. 2016-03-01 14:10:08 +09:00
CONTRIBUTING.md update getting started content, license date, contributing link, .gitignore & add custom npm start 🚀 2017-02-02 17:35:03 +01:00
Dockerfile re-add Dockerfile, fix #1477 2016-10-18 10:39:46 +02:00
History.md semver bump: 1.0.0 🚀 2016-12-27 11:58:58 +01:00
jsdoc-conf.json adding jsdoc 2016-04-08 11:40:23 +09:00
jsdoc.json adding @summary for jsdocs compatibility 2016-04-09 09:41:20 +09:00
license.md update getting started content, license date, contributing link, .gitignore & add custom npm start 🚀 2017-02-02 17:35:03 +01:00
package.json update getting started content, license date, contributing link, .gitignore & add custom npm start 🚀 2017-02-02 17:35:03 +01:00
prestart_nova.sh update getting started content, license date, contributing link, .gitignore & add custom npm start 🚀 2017-02-02 17:35:03 +01:00
publish_packages.sh updating packages & getting started content 2016-04-14 11:09:03 +09:00
README.md update getting started content, license date, contributing link, .gitignore & add custom npm start 🚀 2017-02-02 17:35:03 +01:00
sample_settings.json nova:events: auto-generated hooks on collection.mutation.async, package-structure (first pass) 2017-02-01 23:11:41 +01:00
yarn.lock Adapt withEdit/withNew to support new fragments API 2017-02-03 15:16:48 +09:00

Telescope Nova

Version 1.0.0

This is the Apollo/GraphQL version of Telescope Nova. You can find the documentation here.

The fastest way to get started is:

npm install
npm start

Other Versions

You can find the older, non-Apollo version of Telescope Nova on the nova-classic branch.

You can find the even older, non-React version of Telescope on the legacy branch.