This is the front-end for DEEP-TSF, created with Create React App..
Clone the project's repositorycd .\load-forecasting-dashboard\npm installnpm start
Before proceeding, follow the instructions below.
-
Authorization Setup: Depending on whether you want to run the service with or without authorization, refer to
.env.auth.exampleor.env.exampleaccordingly. Replace the content of the.envfile with one of the two configurations, add your links as indicated, and proceed to the next step. -
Docker Compose:
docker compose up --build
- If you encounter any issues or have specific requirements, please refer to the project documentation.