# Cloudflare Pages — GNAIAAAC Dhaka Careers

Does not need GitHub write access.

Upload `index.html` at the project root (or the contents of `dhaka-careers-site/`).
Book 6 is `book6.html`. The Node WebSocket (`server/server.mjs`) does **not** run on Pages — use it only on a machine you control.

## Direct Upload (recommended)

1. Sign in at https://dash.cloudflare.com
2. Workers & Pages → Create → Pages → Upload assets
3. Project name: `gnai-dhaka-careers`
4. Upload the contents of this folder (`index.html` must stay at the root)
5. Deploy

URL will look like:
`https://gnai-dhaka-careers.pages.dev`

## Optional custom domain

Pages project → Custom domains → `careers.ssgpt6.com` (or another domain you control).

## Wrangler (after you log in locally)

```bash
npx wrangler login
npx wrangler pages project create gnai-dhaka-careers
npx wrangler pages deploy . --project-name=gnai-dhaka-careers
```
