A simple web app to test KnarQL Gravsearch queries.
Just run its container:
docker run -p 80:80 gfoo/knarql-me
and visit http://0.0.0.0
Or for developers:
git clone https://github.com/gfoo/knarql-me.git
cd knarql-me
yarn
ng s
and visit http://0.0.0.0:4200