summaryrefslogtreecommitdiff
path: root/README.md
blob: a9ef6dc974351e84d7371a8b51782edbc02d18a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# cidr.xyz

Web-based CIDR / netmask / IP address visualizer - https://cidr.xyz

## Dev

```bash
$ yarn
$ yarn run start
```

## Prod

Deploy the current state to `gh-pages` branch auto-magically:

```bash
$ yarn run deploy
```