init: bootstrap image studio

This commit is contained in:
syntaxbullet
2026-07-02 22:39:35 +02:00
commit f9ec3e5528
17 changed files with 536 additions and 0 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
# Image Studio
Minimal Bun + React starter with Tailwind CSS and shadcn/ui configured.
## Install
```bash
bun install
```
## Development
```bash
bun dev
```
## Production
```bash
bun run build
bun start
```