Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuvadm/cidr.xyz
Web-based CIDR / netmask / IP address visualizer
https://github.com/yuvadm/cidr.xyz
cidr cidr-range hacktoberfest ip javascript network react
Last synced: 3 months ago
JSON representation
Web-based CIDR / netmask / IP address visualizer
- Host: GitHub
- URL: https://github.com/yuvadm/cidr.xyz
- Owner: yuvadm
- Created: 2015-12-08T23:15:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T21:30:22.000Z (6 months ago)
- Last Synced: 2024-05-02T15:08:12.292Z (6 months ago)
- Topics: cidr, cidr-range, hacktoberfest, ip, javascript, network, react
- Language: JavaScript
- Homepage: https://cidr.xyz
- Size: 1.13 MB
- Stars: 659
- Watchers: 12
- Forks: 198
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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