Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 794 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 794 Bytes

GraphQL News

Hacker News for GraphQL

graphql.news


Dev

Setup

git clone [email protected]:GraphQLGuide/news.git
cd news
npm install
npm start

App: 127.0.0.1:3000 (Github OAuth doesn't work on localhost)

GraphiQL: /graphiql

Deployment

Periodically the CI will fail because the galaxy login token expires. When it does, Loren needs to:

METEOR_SESSION_FILE=token.json meteor login
cat token.json | pbcopy
rm token.json

and paste into METEOR_TOKEN here: https://circleci.com/gh/GraphQLGuide/news/edit#env-vars