good-first-issue icon indicating copy to clipboard operation
good-first-issue copied to clipboard

Add a Bun installation guide in the README

Open satyam-mishra-dev opened this issue 7 months ago • 4 comments
trafficstars

The current README assumes that contributors already have Bun installed. However, new contributors (especially those unfamiliar with Bun) might not have it and may run into issues during bun install or bun dev.

Task:

Add a short section in the README under “Setting up the project locally” that explains how to install Bun.

Include a link to the official Bun installation guide: https://bun.sh/docs/installation

Why it matters:

Making this step explicit lowers the barrier for new contributors who may not be familiar with this JavaScript runtime and ensures smoother setup.

satyam-mishra-dev avatar Apr 09 '25 19:04 satyam-mishra-dev