2017-04-07 18:50:48 +09:00
< img src = "https://d3vv6lp55qjaqc.cloudfront.net/items/2B3C1z2V2y421p2I0P42/vulcan-logo-noborder.png" width = "200" >
2018-07-22 11:42:38 -07:00
[](#backers )
[](#sponsors )
2017-12-27 16:49:12 +09:00
# Vulcan
2016-02-17 17:22:32 +09:00
2018-06-16 08:57:45 +09:00
[Version 1.11.2 ](https://github.com/VulcanJS/Vulcan/releases )
2016-12-20 09:50:14 +09:00
2017-12-27 16:49:12 +09:00
Vulcan is a React+GraphQL framework for Meteor.
### Install
- [Full video tutorial ](https://www.youtube.com/watch?v=aCjR9UrNqVk )
Install the latest version of Node and NPM. We recommend the usage of [NVM ](http://nvm.sh ).
You can then install [Meteor ](https://www.meteor.com/install ), which is used as the Vulcan build tool.
Clone the [Vulcan Starter repo ](https://github.com/VulcanJS/Vulcan-Starter ) locally.
Rename your `sample_settings.json` file to `settings.json` , then:
```sh
npm install
npm start
```
And open `http://localhost:3000/` in your browser.
Find more info in the [documentation ](http://docs.vulcanjs.org/#Install ).
2016-12-20 09:50:14 +09:00
2017-03-15 15:00:26 +09:00
### Links
2017-03-24 10:44:24 +09:00
- [Vulcan Homepage ](http://vulcanjs.org )
2017-03-15 15:00:26 +09:00
- [Documentation ](http://docs.vulcanjs.org )
2017-03-24 10:44:24 +09:00
- [Old Telescope Homepage ](http://telescopeapp.org )
2017-02-02 17:35:03 +01:00
2016-12-20 09:50:14 +09:00
### Other Versions
You can find the older, non-Apollo version of Telescope Nova on the [nova-classic ](https://github.com/TelescopeJS/Telescope/tree/nova-classic ) branch.
2016-12-27 11:58:58 +01:00
You can find the even older, non-React version of Telescope on the [legacy ](https://github.com/TelescopeJS/Telescope/tree/legacy ) branch.
2018-07-22 11:42:38 -07:00
## Credits
### Contributors
This project exists thanks to all the people who contribute.
2018-10-04 18:47:37 +02:00
< a href = "https://github.com/VulcanJS/Vulcan/graphs/contributors" > < img src = "https://opencollective.com/vulcan/contributors.svg?width=890&button=false" / > < / a >
2018-07-22 11:42:38 -07:00
### Backers
2018-10-04 18:47:37 +02:00
Thank you to all our backers! 🙏 [[Become a backer ](https://opencollective.com/vulcan#contribute )]
2018-07-22 11:42:38 -07:00
2018-10-04 18:47:37 +02:00
< a href = "https://opencollective.com/vulcan #contributors " target = "_blank" >< img src = "https://opencollective.com/vulcan/backers.svg?width=890" ></ a >
2018-07-22 11:42:38 -07:00
### Sponsors
2018-10-04 18:47:37 +02:00
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor ](https://opencollective.com/vulcan#contribute )]
2018-07-22 11:42:38 -07:00
2018-10-04 18:47:37 +02:00
< a href = "https://opencollective.com/vulcan #contributors " target = "_blank" >< img src = "https://opencollective.com/vulcan/sponsors.svg?width=890" ></ a >