This app is a simple image converter that allows you to convert images between various formats including .ico, .webp, base64 data encoded URIs, and more. It provides an easy-to-use interface for quick and efficient image format conversions.
- Clone the repository
- Run
pnpm i
ornpm i
to install dependencies. - Set up the environment variables in a
.env
file. You can copy the.env.example
file and rename it to.env
to get started. - Run
pnpm db:push
ornpm db:push
to seed the database with the default data. - Run
pnpm dev
ornpm dev
to start the development server.
This is a T3 Stack project bootstrapped with create-t3-app
.