File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ # Exif front-end
2+
3+
4+ ![ screenshot] ( ./assets/screenshot.png )
5+ This is the front-end part of the exif remover project.
6+
7+ ## requirements
8+
9+ you execute this project you need to install:
10+
11+ * [ nodejs] ( https://nodejs.org/en )
12+ * [ npm] ( https://www.npmjs.com/ ) [ or similar]
13+ * the [ backend] ( https://github.com/Dpbm/exif-backend ) running somewhere
14+
15+ also, remember to set the ` NEXT_PUBLIC_API_URL ` environment variable in the ` .env.local ` file with the URL to your backend.
16+
17+ ## run as dev
18+
19+ to run as dev, type:
20+
21+ ``` bash
22+ npm install && npm run dev
23+ ```
24+
25+ ## build the project
26+
27+ to build run:
28+
29+ ``` bash
30+ npm install && npm run build
31+ ```
32+
33+ ## access
34+
35+ With all done, you can access: ` localhost:3000 ` and use the application.
You can’t perform that action at this time.
0 commit comments