1# bun-react-tailwind-shadcn-template 2 3To install dependencies: 4 5```bash 6bun install 7``` 8 9To start a development server: 10 11```bash 12bun dev 13``` 14 15To run for production: 16 17```bash 18bun start 19``` 20 21This project was created using `bun init` in bun v1.3.1. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.