edmund.dev
edmund.dev copied to clipboard
🗃 Blog built with Remix, deployed to Cloudflare workers
Blog
Built with Remix, deployed to Cloudflare Workers. Created based on https://github.com/GregBrimble/remix
Development
npm run dev
This starts your app in development mode, rebuilding assets on file changes.
Deployment
npm run publish
This will first build both the remix app for production and output a worker file worker.js
. Assets from the public
folder will be uploaded to Workers KV and the worker file will be deployed together.