Image Cropper

Quickly crop, adjust, and refine your images with a clean and intuitive interface.

Select a picture to crop.

Setup

1. Prerequisites

Ensure you have Bun installed on your machine.

curl -fsSL https://bun.sh/install | bash

2. Installation

Clone the repository and install dependencies:

git clone https://github.com/goodwin-omollo/image-cropper.git
cd image-cropper
bun install

3. Development

Launch the development server:

bun run dev

Open http://localhost:3000 to view the app.

4. Build & Production

To create an optimized production build:

bun run build
bun start