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 dev
to build run:
npm install && npm run build
then run the project with:
npm run start
With all done, you can access: localhost:3000
and use the application.