Skip to content

Dpbm/exif-frontend

Repository files navigation

Exif front-end

screenshot This is the front-end part of the exif remover project.

requirements

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.

run as dev

to run as dev, type:

npm install && npm run dev

build the project

to build run:

npm install && npm run build

then run the project with:

npm run start

access

With all done, you can access: localhost:3000 and use the application.