This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
The following commit(s) were added to refs/heads/master by this push:
new 71ef0da Add status
71ef0da is described below
commit 71ef0dadecd0da029d587d723b93b5173278ac8c
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Tue May 26 15:31:18 2020 +0200
Add status
---
org.apache.sling.graphql.samples.website/README.md | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/org.apache.sling.graphql.samples.website/README.md
b/org.apache.sling.graphql.samples.website/README.md
index 73fd9a9..3e449d0 100644
--- a/org.apache.sling.graphql.samples.website/README.md
+++ b/org.apache.sling.graphql.samples.website/README.md
@@ -3,7 +3,17 @@ Apache Sling GraphQL demo website
This is a work in progress demo of the Sling GraphQL Core.
-To run this:
+## Status
+
+At this point this module just provides a setup that starts the GraphQL Core
module,
+with the GraphQL Servlet active at `/graphql` and some sample content under
+`/content/articles`.
+
+Until we flesh this out, you'll need to add your own schemas and components
+to run GraphQL queries.
+
+## How to run this
+
* Build this module with `mvn clean install`
* Build the [GraphQL
Core](https://github.com/apache/sling-org-apache-sling-graphql-core/) module
* Build the [Sling
Kickstart](https://github.com/apache/sling-org-apache-sling-kickstart) module
@@ -17,4 +27,4 @@ Then start the demo Sling instance using
And open http://localhost:8080/content/graphql-website-demo.html
-TODO: add GraphiQL instructions
\ No newline at end of file
+TODO: add GraphiQL instructions