From b2b5f3ba94702b883f3de9782aed918fbcd7ff84 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 16 Dec 2025 17:15:45 +0000 Subject: [PATCH] Add wrangler login command and clarify Bun usage Co-authored-by: ArthurDanjou <29738535+ArthurDanjou@users.noreply.github.com> --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3a9e0f..fd2eb3b 100644 --- a/README.md +++ b/README.md @@ -89,9 +89,11 @@ This project uses: ### Prerequisites -- Node.js 18+ or Bun runtime +- Node.js 18+ (or Bun 1.0+ as an alternative runtime) - pnpm 10.12.1+ (package manager) +> **Note:** This project is primarily developed with Node.js and pnpm. Bun can be used as a drop-in replacement for Node.js runtime. + ### Installation ```bash @@ -156,10 +158,14 @@ pnpm preview Deploy to NuxtHub/Cloudflare: ```bash +# First time: Login to Cloudflare +wrangler login + +# Deploy the application pnpm deploy ``` -> **Note:** Make sure you have proper Cloudflare credentials configured via `wrangler` CLI. +> **Note:** Make sure you have proper Cloudflare credentials configured. Run `wrangler login` to authenticate if this is your first deployment. ## 📚 API Endpoints