Skip to content

Commit

Permalink
created README
Browse files Browse the repository at this point in the history
  • Loading branch information
Raisess committed Aug 22, 2020
1 parent 6822327 commit 535e1ff
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 🤠 RANDOM HASH GENERATOR

## ⚙️ CONFIGURATION

- You need the gcc and nodejs (to use npm) installed.

## 🔌 INSTALLING

Clone the repo, go to repo folder and then:

```shell
npm run compile
```

## 🔮 RUNNING

```shell
npm run start
```

## 🧹 CLEANING BUILD

To make this you need the project compiled before.

Run this command:

```shell
npm run clean
```

0 comments on commit 535e1ff

Please sign in to comment.