From 82a75411f223b0eabb2fba28616e91f6dd0974a2 Mon Sep 17 00:00:00 2001 From: eewing Date: Wed, 4 Mar 2026 11:00:41 -0600 Subject: [PATCH] Updated README to clarify branch usage and environment information for the Dev branch. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d7cbc48..20aae3e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +> **Branch notice:** This README belongs to the `Dev` branch and describes the **dev environment**. For live/production information, use the `main` branch. + +--- + ## 🚀 Getting Started This project uses **Bun** as the package manager and runtime. Ensure you have Bun and PM2 installed globally before proceeding.