UI for FireX.


License
BSD-3-Clause
Install
pip install firex-flame-ui==0.25.20

Documentation

Flame UI

The Flame UI visualizes FireX task (i.e. service) data produced by the Flame Server.

Learn more about FireX here.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run tests

npm run test

Lints and fixes files

npm run lint

Run end-to-end tests

npm run test:e2e

Run unit tests

npm run test:unit