GCBM Local Development Guide#

To start Development of GCBM, you can run the GCBM local-run container by pushing the following commands in the root directory.

docker compose up

This will take a few minutes to download and install all the required dependenceis once done, Navigate to http://localhost:8080/ in the browser. You can stop the running container by pushing the following command:

docker compose down

This will stop the docker container instance.