Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate Admin UI from Worker Sites to Cloudflare Pages #1

Open
pmbanugo opened this issue Feb 15, 2023 · 0 comments
Open

Migrate Admin UI from Worker Sites to Cloudflare Pages #1

pmbanugo opened this issue Feb 15, 2023 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed up for grabs

Comments

@pmbanugo
Copy link
Owner

The Admin UI is built on Remix and uses the Cloudflare Workers configuration. Upgrade the project to be deployable to Cloudflare Pages.

These are the approaches I can think of right now:

  1. Create a new pages project using the Remix CLI and moves the necessary files and configurations.
  2. Upgrade to Remix 1.13 and use the new Remix configuration settings to make this work. This would also require updating the wrangler.toml file.
    • See the Worker Sites Migration page for more info.
    • See Remix's 1.13 release note for more info on fine-tuning your server build. There is also built-in TailwindCSS support, and we could make use of that.
@pmbanugo pmbanugo added help wanted Extra attention is needed up for grabs and removed up for grabs labels Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed up for grabs
Projects
None yet
Development

No branches or pull requests

1 participant