···11-# Welcome to Remix + Cloudflare Workers!
22-33-- 📖 [Remix docs](https://remix.run/docs)
44-- 📖 [Remix Cloudflare docs](https://remix.run/guides/vite#cloudflare)
55-66-## Development
77-88-Run the dev server:
99-1010-```sh
1111-npm run dev
1212-```
1313-1414-To run Wrangler:
11+# hayden.moe
1521616-```sh
1717-npm run build
1818-npm start
1919-```
33+My website, published to [hayden.moe](https://hayden.moe)!
2042121-## Typegen
2222-2323-Generate types for your Cloudflare bindings in `wrangler.toml`:
2424-2525-```sh
2626-npm run typegen
2727-```
2828-2929-You will need to rerun typegen whenever you make changes to `wrangler.toml`.
3030-3131-## Deployment
3232-3333-If you don't already have an account, then [create a cloudflare account here](https://dash.cloudflare.com/sign-up) and after verifying your email address with Cloudflare, go to your dashboard and set up your free custom Cloudflare Workers subdomain.
3434-3535-Once that's done, you should be able to deploy your app:
3636-3737-```sh
3838-npm run deploy
3939-```
4040-4141-## Styling
4242-4343-This template comes with [Tailwind CSS](https://tailwindcss.com/) already configured for a simple default starting experience. You can use whatever css framework you prefer. See the [Vite docs on css](https://vitejs.dev/guide/features.html#css) for more information.
55+It uses the [AT Protocol](https://atproto.com) and
66+[WhiteWind](https://whtwnd.com/) as the data sources, deployed to Cloudflare
77+Workers and using Worker KV as a cache source to prevent my PDS being hit too
88+much.