This is the front-end part of the exif remover project.
you execute this project you need to install:
also, remember to set the NEXT_PUBLIC_API_URL environment variable in the .env.local file with the URL to your backend.
to run as dev, type:
npm install && npm run devto build run:
npm install && npm run buildthen run the project with:
npm run startWith all done, you can access: localhost:3000 and use the application.