Skip to content

Commit ab1bc5b

Browse files
authored
Update README.md
1 parent ab84d12 commit ab1bc5b

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,36 @@
11
# Cryptographic-Key-Master
22
Cryptographic Key Master is an application designed to make it easier for software developers to generate various hashes and keys.
3+
4+
## Author
5+
6+
- [@CodingMarius](https://www.github.com/CodingMarius)
7+
8+
9+
## Bilder
10+
11+
![App Screenshot](https://github.com/CodingMarius/Cryptographic-Key-Master/raw/main/readme/screenshots/1.png)
12+
13+
![App Screenshot](https://github.com/CodingMarius/Cryptographic-Key-Master/raw/main/readme/screenshots/2.png)
14+
15+
![App Screenshot](https://github.com/CodingMarius/Cryptographic-Key-Master/raw/main/readme/screenshots/3.png)
16+
17+
![App Screenshot](https://github.com/CodingMarius/Cryptographic-Key-Master/raw/main/readme/screenshots/4.png)
18+
19+
20+
## Deployment
21+
22+
To deploy this project run
23+
24+
Installation
25+
```bash
26+
npm install
27+
```
28+
Development
29+
```bash
30+
npm run dev
31+
```
32+
Production
33+
```bash
34+
npm run prod
35+
```
36+

0 commit comments

Comments
 (0)