eclipse-tractusx / portal-frontend

Portal Frontend
Apache License 2.0
4 stars 25 forks source link

LeadingRepository

Portal Frontend

This repository contains the frontend code for the Portal written in React and Typescript.

The Portal application consists of

The Portal maintains and uses the portal-shared-components library.

The helm chart for installing the Portal is available in the portal repository.

Please refer to the docs directory of the portal-assets repository for the overarching user and developer documentation of the Portal application.

The Portal is designed to work with the IAM.

Local build and run

Steps for running the application on your machine on http://localhost:3001/

  1. Install dependencies
yarn
  1. Build
yarn build
  1. Run
yarn start

Note: if you'd like to run the complete frontend application, follow the Run frontend on localhost.md guide available within the technical documentation of portal-assets.

Known Issues and Limitations

See Known Knowns.

Notice for Docker image

This application provides container images for demonstration purposes.

See Docker notice for more information.

License

Distributed under the Apache 2.0 License. See LICENSE for more information.