Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cduck/zx-calculator
The web app for exploring graph-like ZX Calculus diagrams
https://github.com/cduck/zx-calculator
quantum-computing vue3 vuejs zx-calculus
Last synced: about 2 months ago
JSON representation
The web app for exploring graph-like ZX Calculus diagrams
- Host: GitHub
- URL: https://github.com/cduck/zx-calculator
- Owner: cduck
- License: mit
- Created: 2022-04-08T19:44:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T01:30:56.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T01:56:55.555Z (8 months ago)
- Topics: quantum-computing, vue3, vuejs, zx-calculus
- Language: JavaScript
- Homepage: https://zx.cduck.me
- Size: 1.26 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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](https://zx.cduck.me).
[![screenshot](https://user-images.githubusercontent.com/2476062/222935780-f3faa5b7-8eac-4a2c-b418-eeb8d7c76622.png)](https://zx.cduck.me)
## Developer Setup
**Install build dependencies**
```sh
$ npm install
```**Run local development server**
```sh
$ npm run dev
```**Compile and minify for production**
```sh
$ npm run build
```