Web-based CIDR / netmask / IP address visualizer - https://cidr.xyz
Install dependencies and run the development server:
$ yarn
$ yarn run start
Manually building the static content into the dist/
directory can be done with:
$ yarn run build
Deployment is automated from master
branch via Netlify