Studio
Follow this guides to setup STUDIO locally -
git clone https://github.com/credebl/studio.gitcd studioPUBLIC_ALLOW_DOMAIN=http://{your-ip}:{api-gateway-port}
docker build -t ui .docker run -d -p 3000:3000 --env-file .env --name UI-App uiLast updated
