# AGENTS.md

Beautiful and accessible drag and drop for lists with React

## Setup

```
yarn install
```

## Commands

```
yarn build                # produce a build
yarn test                 # run the test suite, must pass before any commit
yarn typecheck            # type check without emitting
yarn test:accessibility
yarn test:ci
yarn test:browser
yarn test:browser:ci
yarn test:coverage
```

## Layout

- `test/`       298 source files
- `src/`        231 source files
- `stories/`    82 source files
- `flow-typed/` 70 source files
- `cypress/`    11 source files
- `csp-server/` 7 source files

## Conventions

- Tests live alongside the code they cover, following `cypress/integration/content-security-policy.spec.js`.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `flow-typed/npm/stylelint_vx.x.x.js` is 108KB. It will not fit comfortably in context, so read it in parts.

---

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.
