Frontend web application and shared UI components for the Catena-X Portal written in React and Typescript.
- INT: https://portal.int.demo.catena-x.net/
- DEV: https://portal.dev.demo.catena-x.net/
- Components: https://portal.dev.demo.catena-x.net/_storybook/
Here are three ways to run the application locally on http://localhost:3000/
yarn
yarn build
yarn start
yarn build:docker
yarn publish:docker
yarn start:docker
export IMAGE=ghcr.io/catenax-ng/product-portal-frontend:main
docker pull $IMAGE
docker run --rm -d -p 3000:8080 --name cx-portal $IMAGE