Skip to content

Commit 0c9c7f5

Browse files
committed
added readme
1 parent 7146034 commit 0c9c7f5

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

assets/screenshot.png

85.7 KB
Loading

readme.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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.

0 commit comments

Comments
 (0)