# AGENTS.md

Source for remoteintech.company — a community-maintained directory of remote-friendly tech companies

## Setup

```
npm ci
```

## Commands

```
npm run start        # run the app
npm run build        # produce a build
npm run clean
npm run clean:og
npm run favicons
npm run colors
npm run dev:11ty
npm run build:11ty
```

## Layout

- `src/`     41 source files
- `scripts/` 2 source files

## Conventions

- Tests live alongside the code they cover, following `src/assets/css/global/tests/debug.css`.
- CI defines what passing means. See `.github/workflows/ci.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.
