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 ```