Note: This repo is likely to be broken more often than not as the GTT iterates towards a stable 1.0 API. You are free to poke around here, but development is currently prioritised on the GTT.
This repo is a library of UI components intended to be used to create Front Ends fot the GTT backend. It's intended to be used as a library rather than a standalone app, so for this reason, there's little in the way of standalone applications here. However, there is a small demonstration app, as well as a gallery.
The gallery is viewable on this projects' github pages.
To view the gallery locally, run yarn run storybook
and then open http://localhost:6006
You can view a small demo of the gtt and gtt-ui in action.
-
Start the GTT server
[gtt folder]$ ts-node src/server/server-cli -p 3222
-
Run the client app
yarn start
-
Open http://localhost:8080 in your browser