Skip to content

Commit

Permalink
feat: add bare-minimum docs (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
chasingmaxwell authored Aug 11, 2019
1 parent fbc60cf commit 4b2ff63
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CONSUMING.md
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.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
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`.
6 changes: 6 additions & 0 deletions README.md
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)

0 comments on commit 4b2ff63

Please sign in to comment.