# {{CAPSULE_TITLE}}

Run this Lakebed capsule:

```sh
{{LAKEBED_CLI_COMMAND}} dev
```

The starter app includes two client routes:

- `/`: the todo list.
- `/status`: a page that calls the `GET /api/status` endpoint.

You can also call the endpoint directly:

```sh
curl http://localhost:3000/api/status
```
