Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.77 KB

README.md

File metadata and controls

58 lines (40 loc) · 1.77 KB

Image Metadata Extractor

A Next.js project designed to easily extract and view the embedded metadata from images. Get detailed insights on EXIF, IPTC, or XMP data in seconds.

This project was bootstrapped with create-next-app.

Getting Started

  1. Clone the repository:
git clone https://github.com/exaluc/ime
  1. Change to the project directory:
cd ime
  1. Install the dependencies:
npm install
# or
yarn install
# or
pnpm install
  1. Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
  1. Open http://localhost:3000 with your browser to explore the Image Metadata Extractor.

Begin by editing the main page in app/page.js. Any changes you make will be automatically reflected in the browser.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

If you're new to Next.js or wish to delve deeper:

Feel free to explore the Next.js GitHub repository. Feedback and contributions to the community are always appreciated!

Deployment on Vercel

Looking to deploy? Use the Vercel Platform, straight from the creators of Next.js.

Deploy with Vercel

For more details, consult the Next.js deployment documentation.