File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- ### GraphQL News
1
+ ### GraphQL Directory
2
2
3
- * HN for GraphQL *
3
+ * All the Endpoints *
4
4
5
- [ graphql.news ] ( https://graphql.news )
5
+ [ graphql.directory ] ( https://graphql.directory )
6
6
7
7
# Dev
8
8
9
9
[ Vulcan docs] ( http://docs.vulcanjs.org )
10
10
11
- [ staging.graphql.news ] ( https://staging.graphql.news )
11
+ [ staging.graphql.directory ] ( https://staging.graphql.directory )
12
12
13
- [ Our CircleCI] ( https://circleci.com/gh/GraphQLGuide/news / )
13
+ [ Our CircleCI] ( https://circleci.com/gh/GraphQLGuide/directory / )
14
14
15
15
## Setup
16
16
17
17
```
18
- git clone [email protected] :GraphQLGuide/news .git
19
- cd news
18
+ git clone [email protected] :GraphQLGuide/directory .git
19
+ cd directory
20
20
npm install
21
21
npm start
22
22
```
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " graphql-news " ,
2
+ "name" : " graphql-directory " ,
3
3
"version" : " 1.8.5" ,
4
4
"engines" : {
5
5
"npm" : " ^3.0"
8
8
"prestart" : " node .vulcan/prestart_vulcan.js" ,
9
9
"start" : " ROOT_URL=http://127.0.0.1:3000 meteor --settings settings.json" ,
10
10
"lint" : " eslint --cache --ext .js packages" ,
11
- "deploy" : " DEPLOY_HOSTNAME=galaxy.meteor.com METEOR_SESSION_FILE=token.json meteor deploy staging.graphql.news --settings settings.json"
11
+ "deploy" : " DEPLOY_HOSTNAME=galaxy.meteor.com METEOR_SESSION_FILE=token.json meteor deploy staging.graphql.directory --settings settings.json"
12
12
},
13
13
"dependencies" : {
14
14
"@babel/runtime" : " ^7.0.0-beta.38" ,
You can’t perform that action at this time.
0 commit comments