Skip to content

Commit e1dbfb5

Browse files
committed
Update README
1 parent f20c4e1 commit e1dbfb5

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
1+
HN for GraphQL
2+
3+
[https://graphql.news](https://graphql.news)
4+
5+
# Dev
6+
17
[Vulcan docs](http://docs.vulcanjs.org)
28

9+
[staging.graphql.news](https://staging.graphql.news)
10+
11+
[Our CircleCI](https://circleci.com/gh/GraphQLGuide/news/)
12+
13+
## Setup
14+
315
```
416
git clone git@github.com:GraphQLGuide/news.git
517
cd news
618
npm install
719
npm start
820
```
921

10-
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)
1123

12-
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

Comments
 (0)