Skip to content

FireXStuff/firex-flame-ui

Repository files navigation

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