23 lines
214 B
Markdown
23 lines
214 B
Markdown
# 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
|
|
```
|