# AGENTS.md

24 Lessons, 12 Weeks, Get Started as a Web Developer

## Setup

```
npm ci
```

## Commands

```
npm run convert
```

## Layout

- `quiz-app/`                16 source files
- `6-space-game/`            11 source files
- `memory-game/`             6 source files
- `10-ai-framework-project/` 3 source files
- `9-chat-project/`          3 source files
- `5-browser-extension/`     2 source files

## Conventions

- There are no tests yet. An agent has no way to check its own work here.
- CI defines what passing means. See `.github/workflows/azure-static-web-apps-ashy-river-0debb7803.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.
