Skip to content

SSIRKC/portal-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Portal Frontend

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.7%
  • SCSS 8.5%
  • Other 0.8%