Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 690 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 690 Bytes

Check it out!

This is a tool to calculate IPv6 subnets. It's similar to sipcalc, but runs entirely inside the browser and has a graphical user interface.

Feedback

Comments, questions, or suggestions? Check out the GitHub Issues page

Development

This is based off of create-react-app.

Start a development server at http://localhost:3000/ and watch for changes:

npm run start

Create a production build in /build/:

npm run build