An embeddable log-viewing web component that is customizable and extensible for use in various developer contexts.
git clone https://pigweed.googlesource.com/pigweed/pigweed
cd pigweed
source bootstrap.sh
cd pigweed/pigweed_web/log-viewer
npm run build
This will generate the compiled files used in the application.
To run the application in development mode, use the following command:
npm run dev -- --host
This will start the development server and launch the application. The --host
flag is optional and can be used to specify the host address.