aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 902c015efb289c6405b79279544afbf87c97e8ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Password generator

Just a small password generator site:

[genpass.gabrielgio.me](https://genpass.gabrielgio.me)

# Build wasm

```shell
wasm-pack build
```

# Publish

So publish the wasm so later it can be used in the webpack

```shell
wasm-pack publish
```

## Run

After you have published:

```shell
npm run start
```