The frontend is implemented as a preact widget.
First, make sure you have node (>= V6.x) installed. Dependencies can then be installed by running
npm install
in the repo's root.
A dev server with with HMR and mock API endpoints can be started by running
npm run dev
To test the application run
npm run test