Thanks for being interested in contributing to @cloudflare/containers!
- Clone the repo and install dependencies with
npm i - The code for the Container class is in
src/lib, primarily incontainer.ts. You can useexamplesto test your changes, either locally by runningnpx wrangler dev, which will automatically pick up changes tosrc/lib, or by deploying your container withnpx wrangler deploy. - Add tests (located in
examples) and run tests withnpm run test. - If your PR will make user-impacting changes, you can add a
patchchangeset by runningnpx @changesets/cli. This will ensure your change is included in our changelog.