We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7146034 commit 0c9c7f5Copy full SHA for 0c9c7f5
assets/screenshot.png
85.7 KB
readme.md
@@ -0,0 +1,35 @@
1
+# Exif front-end
2
+
3
4
+
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
30
+npm install && npm run build
31
32
33
+## access
34
35
+With all done, you can access: `localhost:3000` and use the application.
0 commit comments