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 iornpm ito install dependencies. - Set up the environment variables in a
.envfile. You can copy the.env.examplefile and rename it to.envto get started. - Run
pnpm db:pushornpm db:pushto seed the database with the default data. - Run
pnpm devornpm devto start the development server.
This is a T3 Stack project bootstrapped with create-t3-app.