/orion-dashboard

Primary LanguageJavaScriptOtherNOASSERTION

Oríon Dashboard (Prototype)

This is a very preleminary prototype of a dashboard for Oríon. Most of it are just place-holders and static data to show visualizations.

This prototype is heavily based on Carbon's React Tutorial.

Installations

This dashboard uses React and Carbon. You will need to install npm first, and then yarn.

npm insall --global yarn

Install all dependencies including Carbon.

yarn

Host

You can start the server with

yarn start

The first time will take a few minutes while everything gets compiled. Next time will be faster.