This repository contains the frontend code for the Portal Frontend Registration.
The Portal application consists of
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:3002/registration/
- 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.
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.