summaryrefslogtreecommitdiff
path: root/README.md
blob: 66e006f47943802364f5fd491a8a2c23cdd9a2e5 (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
28
29
30
31
32
33
34
35
# cidr.xyz

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

[![cidr.png](cidr.png)](https://cidr.xyz)

## Dev

Install dependencies and run the development server:

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

## Build

Manually building the static content into the `dist/` directory can be done with:

```bash
$ yarn run build
```

## Docker

You can build a Docker Image from an included Dockerfile and run it as a container:

```bash
docker build -t cidr.xyz:0.1 .
docker run -d --rm -p 80:80 cidr.xyz:0.1
```

## Deployment

Deployment is automated from `master` branch via Netlify