Skip to content

Commit

Permalink
Add instructions about configuration to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
WPaczula authored and juffalow committed Apr 2, 2020
1 parent 381b3bf commit e02df4a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ yarn install
npm install
```

#### Configuration

Create `src/config.ts` or rename `src/config.example.ts` and make sure it contains your server's graphql endpoint url:

```
export default {
graphql: 'http://localhost:3013/graphql',
};
```

#### Download GraphQL schema

For this, you need to have [graphql-cli](https://github.com/graphql-cli/graphql-cli) installed.
Expand Down

0 comments on commit e02df4a

Please sign in to comment.