Skip to content

Commit 751ceba

Browse files
committed
Bring back README and license
1 parent 875f521 commit 751ceba

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

LICENSE

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
LICENSE AGREEMENT For graphql.org software
2+
3+
Facebook, Inc. (“Facebook”) owns all right, title and interest, including all
4+
intellectual property and other proprietary rights, in and to the graphql.org
5+
software. Subject to your compliance with these terms, you are hereby granted a
6+
non-exclusive, worldwide, royalty-free copyright license to (1) use and copy the
7+
graphql.org software; and (2) reproduce and distribute the graphql.org software
8+
as part of your own software (“Your Software”). Facebook reserves all rights not
9+
expressly granted to you in this license agreement.
10+
11+
THE SOFTWARE AND DOCUMENTATION, IF ANY, ARE PROVIDED "AS IS" AND ANY EXPRESS OR
12+
IMPLIED WARRANTIES (INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
13+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE) ARE DISCLAIMED. IN NO
14+
EVENT SHALL FACEBOOK OR ITS AFFILIATES, OFFICES, DIRECTORS OR EMPLOYEES BE
15+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
16+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
17+
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
18+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
19+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
20+
THE USE OF THE SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
21+
22+
You will include in Your Software (e.g., in the file(s), documentation or other
23+
materials accompanying your software): (1) the disclaimer set forth above; (2)
24+
this sentence; and (3) the following copyright notice:
25+
26+
Copyright (c) 2015, Facebook, Inc. All rights reserved.

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Contributing
2+
3+
Organization gh-pages deploy the `master` branch, so active development occurs
4+
on this `source` branch.
5+
6+
### Making changes
7+
8+
The first time, get all the dependencies loaded via
9+
10+
`$ npm install` or `$ yarn install`
11+
12+
Then, run the server via
13+
14+
`$ npm start` or `$ yarn start`
15+
16+
Open [http://localhost:8000](http://localhost:8000) to view it in the browser.
17+
Anytime you make some changes, refresh the page to see the updates.
18+
19+
### Publish the Website
20+
21+
Once pushed to the `source` branch, CI will publish http://graphql.org

0 commit comments

Comments
 (0)