diff --git a/README.md b/README.md index 419395f..fa8367a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ A modern full-stack starter template with React, Hono, and Capacitor for building web and native mobile apps. +Start building by runing `bun create zerodays/full-stack-starter my-new-app`. + ## Tech Stack | Layer | Technology | diff --git a/package.json b/package.json index ee0cfac..5c6cbee 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,10 @@ "format:check": "biome format .", "check-locale": "bun run scripts/check-locale.ts" }, + "bun-create": { + "preinstall": "echo 'Creating a new zerodays/full-stack-starter project 🏗'", + "postinstall": "echo 'Done - happy building! 💎'" + }, "devDependencies": { "@biomejs/biome": "2.3.11", "@electric-sql/pglite": "^0.3.15",