# AGENTS.md

:black_heart: Create and share beautiful images of your source code

## Setup

```
yarn install
```

## Commands

```
yarn dev           # run locally
yarn start         # run the app
yarn build         # produce a build
yarn lint          # lint
yarn test:e2e
yarn deploy
yarn prettier
yarn contrib:add
```

## Layout

- `components/` 62 source files
- `lib/`        14 source files
- `cypress/`    10 source files
- `pages/`      10 source files
- `bin/`        1 source file

## Conventions

- Tests live alongside the code they cover, following `cypress/integration/background-color.spec.js`.
- CI defines what passing means. See `.github/workflows/validate.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

---

Drafted by agentreadme.com from what is in this repository. Everything marked TODO
needs a human. Check it in as AGENTS.md at the root.
