Blog built with Remix, deployed to Cloudflare workers
The BlogBuilt is a theme built with Remix and deployed to Cloudflare Workers. It is created based on the GitHub repository https://github.com/GregBrimble/remixDevelopment. The theme allows users to develop their app in a development mode, automatically rebuilding assets upon file changes. It also provides a deployment feature that builds the Remix app for production, outputs a worker file called worker.js, and deploys the worker file along with assets from the public folder to Workers KV.
To install the BlogBuilt theme, follow the steps below:
npm run dev
The BlogBuilt theme is a Remix-based theme that offers an efficient solution for developing and deploying web applications. With its integration with Remix and deployment to Cloudflare Workers, it provides developers with a seamless development experience. The theme’s development mode rebuilds assets upon file changes, while the deployment feature builds and deploys the app and worker file to Cloudflare Workers. Overall, the BlogBuilt theme is a powerful tool for building and deploying web applications with ease.