citycoins / ui

Basic UI components for interacting with the CityCoin contract. Requires Stacks Wallet for Web.
https://minecitycoins.com
GNU General Public License v3.0
28 stars 13 forks source link

Migrate to Cloudflare Pages #159

Closed whoabuddy closed 1 year ago

whoabuddy commented 1 year ago

The original setup for this repo was using an older version of wrangler and wrangler sites that is no longer supported.

The changes in this branch were synced and automatically deployed for testing at https://ui-bn9.pages.dev/

The site works as expected and the static assets are being served from public/.

We can merge this into main, then set main as the default branch for the repo and in the Cloudflare pages config.

From there any PR against main will automatically include a preview deployment for testing, eliminating the need for the staging environment in the develop branch.