Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 709 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (20 loc) · 709 Bytes

Contributing

Certificate of Origin

By contributing to this project you agree to the Developer Certificate of Origin (DCO). This document was created by the Linux Kernel community and is a simple statement that you, as a contributor, have the legal right to make the contribution. See the DCO file for details.

Local Development

To rebuild Podman Desktop and the extension run:

  yarn build

To execute the extension in Podman Desktop, use one of the following to options.

With a pre-installed version of Podman Desktop:

podman-desktop --extension-folder this_folder

In a local git tree of Podman Desktop:

yarn watch --extension-folder this_folder