This is the chat overflow web GUI. For more information about the chat overflow project, please visit chatoverflow.org.
This GUI is based on the angular dashboard from CreativeIT. It relies on Material IO and Angular. The bindings to the chat overflow server are generated using OpenAPI and Swagger and are hosted on npm: https://www.npmjs.com/package/chatoverflow-api
The frontend is in active development right now and not yet finished. But there is a feature complete minimal version available, called "Better REPL". You can navigate to the this WIP-GUI trough the menu.
Since this is a node project, you can build and run it like every other package using:
npm install
npm start
Then, start the framework and navigate to (default) http://localhost:4200.