From 1700dabf9c5255296bf41ef16eb886334698b03a Mon Sep 17 00:00:00 2001 From: Clay Allsopp Date: Fri, 11 Mar 2016 08:05:39 -0800 Subject: [PATCH] readme note --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 418f23f..31d5f6a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ GraphQLHub Logo

+# 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: @@ -28,10 +32,10 @@ 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 @@ -39,7 +43,7 @@ cp .env.example .env 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