Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 422 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 422 Bytes

cidr.xyz

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

cidr.png

Dev

Install dependencies and run the development server:

$ yarn
$ yarn run start

Build

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

$ yarn run build

Deployment

Deployment is automated from master branch via Netlify