How to install byJoey/cfnew. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
byJoey/cfnew Installation Guide
How to install byJoey/cfnew. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for byJoey/cfnew. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i byJoey/cfnewor
Install via npx
npx @hexmos/ipm i byJoey/cfnewPrerequisites
Node.js
runtimeVersion: >=16.0.0
npm
package managerWrangler CLI
toolVersion: >=3.0.0
Cloudflare Account
accountCloudflare KV Namespace
resourceManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Deploy to Cloudflare Pages
git clone https://github.com/byJoey/cfnew
cd cfnew
npm install
wrangler deploy --dir=distDeploy to Cloudflare Workers
git clone https://github.com/byJoey/cfnew
cd cfnew
npm install
wrangler deployPost Installation Steps
- After deployment, set the compatibility date to `2026-01-20` in your Cloudflare dashboard.
- Configure environment variables as described in the README (e.g., `u` for UUID, `p` for proxyip, etc.).
- Access the graphical configuration at `/{your_UUID}` or `/{custom_path}`.
