Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 753 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 753 Bytes

Image Converter

Description

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.

Setup

  1. Clone the repository
  2. Run pnpm i or npm i to install dependencies.
  3. Set up the environment variables in a .env file. You can copy the .env.example file and rename it to .env to get started.
  4. Run pnpm db:push or npm db:push to seed the database with the default data.
  5. Run pnpm dev or npm dev to start the development server.

Credits / Shoutouts

This is a T3 Stack project bootstrapped with create-t3-app.