(no commit message)
[libreriscv.git] / HDL_workflow / circuitverse.mdwn
1 # CircuitVerse for interactive schematics
2 CircuitVerse is a Logic Circuits Simulator. To try it out in your computer without using `npm`, so having only the static JS/HTML/CSS files, make a git clone – or local copy – of this repository: <https://github.com/CircuitVerse/cv-frontend> then run the commands `npm install` and `npm run build` (first move into the project directory).
3
4 ## little joke... (true story)
5
6 If you get `npm ERR! missing script: build` after
7
8 npm run build
9
10 **...make sure you are in the correct folder!** (cv-frontend-master) :)
11
12 #!/bin/bash
13 cd cv-frontend-master
14 npm install
15 npm run build