Edmund.dev screenshot

Edmund.dev

Author Avatar Theme by Edmundhung
Updated: 5 May 2023
38 Stars

Blog built with Remix, deployed to Cloudflare workers

Categories

Overview

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.

Features

  • Remix Integration: Built with Remix, a powerful web development framework.
  • Cloudflare Workers Deployment: Deploys the Remix app and worker file to Cloudflare Workers for efficient performance.
  • Development Mode: Automatically rebuilds assets when there are file changes during the development process.

Installation

To install the BlogBuilt theme, follow the steps below:

  1. Clone or download the repository from https://github.com/GregBrimble/remixDevelopment.
  2. Open the terminal and navigate to the project directory.
  3. Run the following command to start the app in development mode:
npm run dev
  1. Make the necessary changes to the app files, and the assets will be rebuilt automatically.

Summary

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.