Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There is a typo in the word 'runing'. It should be 'running'.

Suggested change
Start building by runing `bun create zerodays/full-stack-starter my-new-app`.
Start building by running `bun create zerodays/full-stack-starter my-new-app`.


## Tech Stack

| Layer | Technology |
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading