Skip to content

Commit 2a5c0de

Browse files
committed
readme is updated
1 parent 3b50969 commit 2a5c0de

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
11
# plain-text password-encryptor
2+
3+
### dot env
4+
```sh
5+
NODE_ENV = ??
6+
PORT = ??
7+
8+
9+
READ_CSV_FILE_LOCATION = ??
10+
WRITE_CSV_FILE_LOCATION = ??
11+
```
12+
13+
## run application
14+
```sh
15+
npm run dev
16+
```

0 commit comments

Comments
 (0)