Local setup using Docker
Studio UI
Clone the CREDEBL Studio repository:
git clone https://github.com/credebl/studio.git cd studio
Create a .env file and set the required environment variables as per the .env.sample
file.
Build docker image
docker build -t UI .
Start Studio UI
docker run -d -p 8085:8085 --env-file .env --name UI-App UI
Access the dockerized Studio UI by navigating to:
http://localhost:8085