mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 01:51:40 -05:00
No description
![]() Hi, using when using the default mutations, you can't allow a guest user to create a document, even if you allowed it for `guests` when setting up permissions. This is because a undefined `user` will always trigger a `false` during the "new" check. I think it is safe to remove this, because anyway you have to manually tell who can create document (or so I think, maybe I'm wrong?) so you can't allow guests to create documents by mistake. |
||
---|---|---|
.circleci | ||
.github | ||
.meteor | ||
.vscode | ||
.vulcan | ||
packages | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.jshintrc | ||
CONTRIBUTING.md | ||
Dockerfile | ||
History.md | ||
jsconfig.json | ||
jsdoc-conf.json | ||
jsdoc.json | ||
license.md | ||
package-lock.json | ||
package.json | ||
prestart_vulcan.sh | ||
publish_packages.sh | ||
README.md | ||
sample_settings.json | ||
yarn.lock |

Vulcan
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.
Links
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.