aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 167f40f4d07273a07742ce7333ebb5c3eea26c81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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 install && npm start

Then go to http://localhost:3000

In order to start the webservices run the App.java from your Java IDE (the service runs on localhost port 8080). 

## Running from command line

To run GraphGraph from the command line just run the shell script:

### `./run.sh`

## Creating a standalone jar 

To create a standalone Java jar file run the build script:

### `./buildjar.sh`

Afterwards you can start GraphGraph just by running the command:

### `java -jar ./target/graphgraph-1.0-SNAPSHOT.jar`