This is the front-end for DEEP-TSF, created with Create React App..
Clone the project's repository
cd .\load-forecasting-dashboard\
npm install
npm 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.example
or.env.example
accordingly. Replace the content of the.env
file 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.