We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f20c4e1 commit e1dbfb5Copy full SHA for e1dbfb5
README.md
@@ -1,12 +1,24 @@
1
+HN for GraphQL
2
+
3
+[https://graphql.news](https://graphql.news)
4
5
+# Dev
6
7
[Vulcan docs](http://docs.vulcanjs.org)
8
9
+[staging.graphql.news](https://staging.graphql.news)
10
11
+[Our CircleCI](https://circleci.com/gh/GraphQLGuide/news/)
12
13
+## Setup
14
15
```
16
git clone git@github.com:GraphQLGuide/news.git
17
cd news
18
npm install
19
npm start
20
21
-App: [127.0.0.1:3000](http://127.0.0.1:3000/) (Github OAuth doesn't work on localhost:3000)
22
+App: [127.0.0.1:3000](http://127.0.0.1:3000/) (Github OAuth doesn't work on localhost)
23
-GraphiQL: [127.0.0.1:3000/graphiql](http://127.0.0.1:3000/graphiql)
24
+GraphiQL: [/graphiql](http://127.0.0.1:3000/graphiql)
0 commit comments