layout | title | permalink | parent | nav_order |
---|---|---|---|---|
page |
Set up the GUAC Visualizer |
/guac-visualizer/ |
Getting started with GUAC |
5 |
The GUAC Visualizer is an experimental utility that can be used to interact with GUAC services. It acts as a way to visualize the software supply chain graph, as well as a means to explore the supply chain and prototype policies.
{: .no_toc }
Table of contents
{: .text-delta } - TOC {:toc}Get the guac-visualizer source code here.
cd
into it:
cd guac-visualizer
yarn install
yarn dev
You can then go to localhost:3000 in your browser to start using the visualizer.
...
$ next dev
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
info - Using webpack 5. Reason: Enabled by default https://nextjs.org/docs/messages/webpack5
...
Using the GUAC visualizer will look something like this: