# AGENTS.md

Free and Open Source Enterprise Resource Planning (ERP)

## Setup

```
yarn install
```

## Commands

```
yarn dev           # run locally
yarn build         # produce a build
yarn postinstall
```

## Layout

- `erpnext/` 3581 source files
- `banking/` 141 source files

## Conventions

- Tests live alongside the code they cover, following `erpnext/accounts/doctype/account/test_account.py`.
- CI defines what passing means. See `.github/workflows/backport.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `erpnext/stock/doctype/purchase_receipt/test_purchase_receipt.py` is 202KB. 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.
