summaryrefslogtreecommitdiff
path: root/README.md
blob: e3d5061b1999f101646137a298bdcad71e7fff5e (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. Built to learn the basics of [React](https://facebook.github.io/react/) and [Webpack](https://webpack.github.io/docs/).

## Dev

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

## Prod

On branch `gh-pages`:

```bash
$ yarn run deploy
```