Skip to content

how does one test portal ui src changes locally?

Cesar Celis Hernandez edited this page Apr 24, 2022 · 5 revisions
  1. Run MinIO Server:
MINIO_ROOT_USER=minio MINIO_ROOT_PASSWORD=minio123 minio server /Volumes/data{1...4} --address :9000 --console-address :9001
  1. Then run console server
cd ~/console
make install
~/go/bin/console server
  1. Run UI/React part via Yarn:
cd ~/console/portal-ui
yarn install
yarn build
yarn run start
  1. Go to http://localhost:5005 and copy curl command from the Developer Tool:
curl