From 1722ddc1b782c79d881a11eb06df66c6e2ab6029 Mon Sep 17 00:00:00 2001 From: Pavel Paroulek Date: Tue, 23 Apr 2019 15:27:28 +0200 Subject: Adding schema ingestor and backend Adding backend for schema visualization, bugfixes, UI changes Change-Id: I830c4e5566806f14ff609e8784cd1ed2f54ba4ac Issue-ID: AAI-531 Signed-off-by: Pavel Paroulek --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 14abca3..167f40f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,16 @@ GraphGraph is a tool for viewing A&AI schemas. +## Limitations + +* This is a prototype! +* Works in Firefox. Don't use Chrome if possible +* v13 schema doesn't work (schema is broken) + ## Running frontend and backend separately (development) To start the frontend just run the following command: -### `cd ./graphgraph-fe && npm run build` +### `cd ./graphgraph-fe && npm install && npm start Then go to http://localhost:3000 -- cgit 1.2.3-korg