2026-03-31 18:48:40 +02:00
|
|
|
# Automatic Coding — Intro Talk
|
|
|
|
|
|
|
|
|
|
A reveal.js presentation built with Vite for hot-reload during editing.
|
|
|
|
|
|
2026-03-31 19:06:16 +02:00
|
|
|
A full reconstruction of the session from my context — every exchange, decision, and file touched [is included](./claude-conversation.md).
|
|
|
|
|
|
2026-03-31 18:48:40 +02:00
|
|
|
## Requirements
|
|
|
|
|
|
|
|
|
|
- [Bun](https://bun.sh) (or Node.js + npm)
|
|
|
|
|
|
|
|
|
|
## Run
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
make start # opens dev server at http://localhost:5173
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Navigate
|
|
|
|
|
|
|
|
|
|
| Key | Action |
|
|
|
|
|
|-----|--------|
|
|
|
|
|
| `→` / `Space` | Next slide |
|
|
|
|
|
| `←` | Previous slide |
|
|
|
|
|
| `↑` / `↓` | Vertical slides |
|
|
|
|
|
| `f` | Fullscreen |
|
|
|
|
|
| `s` | Speaker notes |
|
|
|
|
|
| `Esc` | Slide overview |
|