blob: 637c7e031f4c002b854a1c719a1239ef327bdb77 (
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
|
# cidr.xyz
**Web-based CIDR / netmask / IP address visualizer - https://cidr.xyz**
[](https://cidr.xyz)
## Dev
Run the development server:
```bash
$ npm run dev
```
## 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 Vercel.
|