-
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
1 parent
fbc60cf
commit 4b2ff63
Showing
3 changed files
with
18 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Consuming the API | ||
|
||
The API does not exist yet. Check back here for instructions on consuming the API once it exists. |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Contributing | ||
|
||
## Installation | ||
|
||
Run `yarn` or `npm install`. | ||
|
||
## Running locally | ||
|
||
Run `yarn watch` or `npm run watch`. |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Syllogio API | ||
|
||
A GraphQL API for expressing and acting upon propositions and logical arguments. | ||
|
||
- [I am a developer interested in contributing to syllogio-api](./CONTRIBUTING.md) | ||
- [I am a client developer interested in consuming the API](./CONSUMING.md) |