No description
Find a file
2018-01-27 12:42:28 +09:00
.github Merge branch 'devel' 2017-10-06 08:54:18 +09:00
.meteor Upgrade to Meteor 1.6.1 2018-01-25 12:12:31 -06:00
.vscode Merge branch 'devel' 2017-12-27 09:58:07 +09:00
.vulcan Move prestart script into .vulcan directory to stop meteor from loading it 2017-12-27 03:43:51 +01:00
packages Un-hardcode Intercom appId 2018-01-27 12:42:28 +09:00
.editorconfig Merge branch 'devel' 2017-12-27 09:58:07 +09:00
.eslintignore eslint & clean up code, also fixed some bugs (#1515) 2016-11-25 13:46:55 -05:00
.eslintrc Pass current route to router.onUpdate hook; trigger router.onUpdate from new RouterHook component; Add new event.identify hook; refactor events package, add new events-ga and events-segment packages 2017-12-17 17:42:06 +09:00
.gitignore Add .vscode/typings to .gitignore 2017-12-27 03:39:32 +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 Nova v1.1.0 🔭 2017-02-16 11:50:22 +01:00
jsconfig.json Add jsconfig.json file to enable vscode intellisense support 2018-01-06 11:51:25 +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-lock.json Fix linting 2018-01-25 15:03:03 -06:00
package.json Fix linting 2018-01-25 15:03:03 -06:00
prestart_vulcan.sh Update to Meteor 1.4.4.1 2017-04-28 09:49:36 +09:00
publish_packages.sh updating packages & getting started content 2016-04-14 11:09:03 +09:00
README.md specify example packages versions 2017-12-27 16:49:12 +09:00
sample_settings.json Allow Intercom widget url to be customizable 2018-01-25 13:43:35 -06:00
yarn.lock Bump react-apollo & react-redux versions 2018-01-06 07:49:04 +01:00

Vulcan

Version 1.8.1

Vulcan is a React+GraphQL framework for Meteor.

Install

Install the latest version of Node and NPM. We recommend the usage of NVM.

You can then install Meteor, which is used as the Vulcan build tool.

Clone the Vulcan Starter repo locally.

Rename your sample_settings.json file to settings.json, then:

npm install
npm start

And open http://localhost:3000/ in your browser.

Find more info in the documentation.

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.