Studio
Follow this guides to setup STUDIO locally -
Clone the studio repository:
Create a .env file.
Note: To quickly start your project, rename your '.env.demo' file to '.env'.
If you want to know more about the environment variables, please refer to .env.sample
file which is given at root of the repository.
Please find your-ip
in the .env
file, and replace it with your machine's Ip address.
Build docker image:
Start Studio UI
Access the dockerized Studio UI by navigating to:
Last updated