Before start the dashboard ui
Add an environment file called
.env
to the root folder of the project, with the required project settings and credentials. For a starter environment file, you can use this one:cp .env.dev .env
-
Setup the endpoint in the
.env
properly. -
Start the nginx server to host the static files:
make start
- Visit the localhost to explore the variety of features. :D
Dashboard UI Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file. Dashboard UI Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/.