Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 2.26 KB

README.md

File metadata and controls

56 lines (35 loc) · 2.26 KB

Catena-X Portal Frontend

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

The Catena-X Portal application consists of

Tag The helm chart for installing the Catena-X Portal is available in portal-cd.

The Catena-X Portal is designed to work with the Catena-X IAM.

Run locally

Here are three ways to run the application locally on http://localhost:3001/

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

Local build & run

yarn
yarn build
yarn start

Local docker build & run & publish

yarn build:docker
yarn publish:docker
yarn start:docker

Running the image from GitHub container registry

export IMAGE=tractusx/portal-frontend:latest
docker pull $IMAGE
docker run --rm -d -p 3001:8080 --name cx-portal-frontend $IMAGE

Notice for Docker image

This application provides container images for demonstration purposes.

DockerHub: https://hub.docker.com/r/tractusx/portal-frontend

Base image: nginxinc/nginx-unprivileged:alpine

License

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