···2525Open http://localhost:3000/ with your browser to see the home page. You will need to login with Bluesky to test the posting functionality of the app. Note: if the redirect back to the app after you login isn't working correctly, you may need to replace the `127.0.0.1` with `localhost`.
262627272828-### Hosting the aqua appview in docker locally 2828+### Hosting the aqua appview in docker locally
2929+notes for caddy and cloud flare tunnel https://caddy.community/t/caddy-with-cloudflare-tunnel/18569
···10101111## Development
12121313+Copy the [.env.template](.env.template) and name it `.env`
1414+1515+set `EXPO_PUBLIC_DID_WEB` to the domain aqua is running on.
1616+For example if it's running at `aqua.teal.fm` it would be
1717+`EXPO_PUBLIC_DID_WEB=did:web:aqua.teal.fm`. This is how amethyst sends requests to the appview.
1818+1319TODO