# GraphiQL

OCAP Service Playground, internal maintained version of [graphql/graphiql](https://github.com/graphql/graphiql).

> Original readme [README.md](./README.original.md)

## Getting Started

> Make sure OCAP API service is running locally (by default http://localhost:8080), otherwise, you have to make sure OCAP_API_BASE in package.json is a valid GraphQL backend.

```shell
git clone git@github.com:ArcBlock/graphiql.git
cd graphiql
make init     # yarn
make run      # npm run dev
```
