From ba270360183bedee05c5afffb82150eb27ed9078 Mon Sep 17 00:00:00 2001 From: bipproduction Date: Sat, 7 Feb 2026 15:05:39 +0800 Subject: [PATCH] chore: rename project to makuro-base-template --- GEMINI.md | 2 +- README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GEMINI.md b/GEMINI.md index db0c6da..789f2d7 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -1,6 +1,6 @@ # GEMINI.md -This project is a high-performance, full-stack React development template leveraging the Bun runtime. It is designed for a seamless developer experience with a unified "single-port" architecture. +This project is makuro-base-template, a high-performance, full-stack React development template leveraging the Bun runtime. It is designed for a seamless developer experience with a unified "single-port" architecture. ## Project Overview diff --git a/README.md b/README.md index 209c038..aea3fa8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# bun-react-template +# makuro-base-template To install dependencies: diff --git a/package.json b/package.json index cf1c486..066095c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "bun-react-template", + "name": "makuro-base-template", "version": "0.1.0", "private": true, "type": "module",