Skip to content

Commit

Permalink
readme note
Browse files Browse the repository at this point in the history
  • Loading branch information
clayallsopp committed Mar 11, 2016
1 parent 1caf6ac commit 1700dab
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
<img src="public/images/graphqlhub-logo.png" alt="GraphQLHub Logo" width="305" height="300"/>
</p>

# GraphQLHub Schemas

Want to install the various GraphQLHub schemas and use on your own? See [graphqlhub-schemas/README.md](graphqlhub-schemas/README.md) for details

# GraphQLHub Server [![Build Status](https://travis-ci.org/clayallsopp/graphqlhub.svg)](https://travis-ci.org/clayallsopp/graphqlhub)

This powers the server behind [GraphQLHub](http://www.graphqlhub.com/). It's basically:
Expand All @@ -28,18 +32,18 @@ git clone https://github.com/clayallsopp/graphqlhub.git
# change into the repo directory
cd graphqlhub

# install
# install
npm install

# create your .env file
# create your .env file
cp .env.example .env
# ... and populate .env with your API keys

# run
npm run start
```

Then visit [http://localhost:3000](http://localhost:3000) in your browser.
Then visit [http://localhost:3000](http://localhost:3000) in your browser.

## TODO

Expand Down

0 comments on commit 1700dab

Please sign in to comment.