<!here> Folks who are developing FLINT-UI need no...
# 09-user-interface
b
<!here> Folks who are developing FLINT-UI need not use the Docker-Compose setup for testing their changes. You can edit the
.env
to add the following variables:
Copy code
VUE_APP_REST_API_GCBM=<https://gcbm.azurewebsites.net>

VUE_APP_REST_API_FLINT_EXAMPLE=<https://flint-example.azurewebsites.net>
Rest you can use a normal VueJS setup to test all your changes without spinning up a Docker container. For testing with all the recent code changes in FLINT.Cloud, using the Docker-Compose setup would be preferred since automated deployments for FLINT.Cloud APIs aren’t available yet.