This project contains only the graphical user interface of the Energy Dataspace Connector. To install all components of the connector please refer to the Energy Dataspace Connector repository.
First of all you need to install all the dependencies. To do that you should move under the folder /frontend and launch npm install
and then wait till the completion.
You can launch the project in dev mode, if you want to customize the code this could be the best option. All the modifications are visible in the run time. To run in dev mode, under the /frontend folder you should launch the command npm run dev
To visualize the page, please use the URL provided.
Under the /frontend folder you can run the command npm run build
. To visualize the page, please launch npm run preview
and use the URL provided.