# AGENTS.md

The zero configuration build tool for the web. 📦🚀

## Setup

```
yarn install
```

## Commands

```
yarn build           # produce a build
yarn test            # run the test suite, must pass before any commit
yarn lint            # lint
yarn format          # format
yarn check           # lint and type check
yarn build-bundles
yarn build-ts
yarn build-native
```

## Layout

- `packages/`   3183 source files
- `crates/`     39 source files
- `flow-typed/` 14 source files
- `scripts/`    10 source files
- `flow-libs/`  1 source file

## Conventions

- Tests live alongside the code they cover, following `packages/configs/default/test/.babelrc`.
- CI defines what passing means. See `.github/workflows/canary-release.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `.yarn/releases/yarn-4.9.1.cjs` is 2940KB. 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.
