To build locally, make sure you have access to Docker and you've downloaded the Shipyard tool.
To build, run:
shipyard run ./stackThis will bootstrap the environment. Once completed, it will open up local browser tabs to the following:
http://localhost:18500 to access the Consul UI
http://localhost:8080 to run VSCode in your browser
http://localhost:8081 to see the documentation
http://localhost:19090 to access the web service
You can also run without opening the browser tabs automatically:
shipyard run ./stack --no-browser