/rainbow-dash-board-ui

For graphing all the important things from Bitcoin price to fridge temperature

Primary LanguageJavaScriptMIT LicenseMIT

[WIP] rainbow-dash-board-ui

Sponsored

For graphing all the important things from Bitcoin price to fridge temperature.

Requirements

Installation

In order to install the dependencies, navigate to the project folder and run

npm install

API documentation

When the server is running, the Swagger documentation can be viewed at path /api/api-docs.

Run tests

npm test

Run development

In order to host an unoptimized development build, run

npm start

The development server detects saved changes and automatically refreshes the content.

Run production

In order to build the website and host it on a static server, you need to install serve with

npm install -g serve

Then, to build and host the website, run

npm run build
serve -s build