Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

GraphQL News

Hacker News for GraphQL

graphql.news


Dev

Setup

git clone git@github.com: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