aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPavel Paroulek <pavel.paroulek@orange.com>2019-04-23 15:27:28 +0200
committerPavel Paroulek <pavel.paroulek@orange.com>2019-05-08 13:30:00 +0200
commit1722ddc1b782c79d881a11eb06df66c6e2ab6029 (patch)
treedb8850cd3733b6301c90ebeef64b31b3ca8a3304 /README.md
parentc90203a311c4c214eb0ea74bd83461ab7ee17d94 (diff)
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 <pavel.paroulek@orange.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
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