https://github.com/labwhatever/daily-dashboard
https://github.com/labwhatever/daily-dashboard
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/labwhatever/daily-dashboard
- Owner: labwhatever
- Created: 2025-08-13T07:21:22.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-13T08:01:10.000Z (10 months ago)
- Last Synced: 2025-08-23T05:39:55.242Z (9 months ago)
- Language: TypeScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun-react-tailwind-shadcn-template
To install dependencies:
```bash
bun install
```
To start a development server:
```bash
bun dev
```
To run for production:
```bash
bun start
```
This project was created using `bun init` in bun v1.2.20. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.