aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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