Skip to content

cduck/zx-calculator

Repository files navigation

ZX Calculator

ZX Calculator is a tool for creating and manipulating graph-like ZX diagrams. This is the source code repository for the online tool.

screenshot

Developer Setup

Install build dependencies

$ npm install

Run local development server

$ npm run dev

Compile and minify for production

$ npm run build