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.
Steps for running the application on your machine on http://localhost:3001/
- Install dependencies
yarn
- Build
yarn build
- 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.
See Known Knowns.
This application provides container images for demonstration purposes.
See Docker notice for more information.
Distributed under the Apache 2.0 License. See LICENSE for more information.