# Deployment Guide

## GitHub

Commit the repository as-is. There is no build step.

## Cloudflare Pages

1. Create a Cloudflare Pages project.
2. Connect the GitHub repository.
3. Build command: leave empty.
4. Build output directory: `/`.
5. Deploy.

Cloudflare will read:

- `_headers` for security and cache headers.
- `_redirects` for clean route aliases.
- `sitemap.xml` and `robots.txt` for SEO.

## Local Preview

```sh
npm test
npx serve .
```

Then open the local URL shown by `serve`.
