This repository contains source code and instructions to build the TopTom User Interface.
The methodology used for the topic modeling pipeline and the UI design principles is detailed in this publication:
If you find this repository useful, please add a reference to this publication.
Install dependences:
$ yarn install
Build application:
$ yarn build
Only if without available server, start the fake server:
$ yarn json
Run application:
$ yarn live
Install dependences:
$ yarn install
Watch application:
$ yarn watch
Only if without available server, start the fake server:
$ yarn json
Run application:
$ yarn live