Skip to content

classicvalues/news-2

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.6%
  • CSS 7.0%
  • HTML 5.4%