setup-opennext-cf
v1.0.1
Published
NPX script to setup OpenNext.js for Cloudflare
Maintainers
Readme
setup-opennext-cf
Instantly prepare your Next.js project for deployment on Cloudflare using OpenNext.
🚀 Quick Start
Run the following command inside your Next.js project:
npx setup-opennext-cfIn a few seconds, your project will be automatically configured and ready for deployment on Cloudflare using:
🔗 https://opennext.js.org/cloudflare
📦 What This Does
- Sets up the required OpenNext structure
- Configures Cloudflare deployment files
- Optimizes your Next.js project for Cloudflare Workers / Pages
- Zero manual setup needed
📝 Requirements
- Node.js 18+
- Next.js project (any version supported by OpenNext)
💡 Notes
- Run the command inside the root of your Next.js project.
- You can re-run it anytime; it safely updates config without breaking custom settings.
