forked from skevy/graphiql-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,10 +9,9 @@ Provides a tabbed interface for editing and testing GraphQL queries/mutations wi | |
|
||
#### Installation | ||
|
||
If you have [Homebrew](http://brew.sh/) installed on OSX: | ||
|
||
``` | ||
brew cask install graphiql | ||
```sh | ||
git clone [email protected]:quan-to/graphiql-app.git && cd graphiql-app | ||
yarn install | ||
yarn build | ||
yarn start | ||
``` | ||
|
||
Alternately, download the binary from the [Releases](https://github.com/skevy/graphiql-app/releases) tab. |