GAIA-X4PLC-AAD / portal

1 stars 1 forks source link

Portal Frontend

This repository contains an implementation of a Portal that is based on a reference implementation of a Gaia-X Portal.

The reference implementation has been cloned from the following repository: https://gitlab.eclipse.org/eclipse/xfsc/por/portal-frontend

Development

In order to run Portal Frontend locally, the following requirements should be satisfied:

To run application, execute following statements:

$ npm install
$ npm run start

Now application can be accessed in browser via URL http://localhost:3000.