Added the GitHub repo link to the page.
authormePy2 <mePy2@web>
Sun, 27 Sep 2020 21:41:11 +0000 (22:41 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 27 Sep 2020 21:41:11 +0000 (22:41 +0100)
HDL_workflow/circuitverse.mdwn

index 485d3747b80209714f7ec9e39c086bbcf42cab3b..6247a88cd05e674a56f1e2b2fe06329dc81f862b 100644 (file)
@@ -1,18 +1,13 @@
 # CircuitVerse for interactive schematics
+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).
 
-**If you get this:**
+## little joke... (true story)
 
-    #!/bin/bash
-    cd "CircuitVerse-master folder"
-    npm install
-
-[...]
+If you get `npm ERR! missing script: build` after
 
     npm run build
 
-`npm ERR! missing script: build`
-
-**Well... run it in the correct folder! ("cv-frontend-master") :)**
+**...make sure you are in the correct folder!** (cv-frontend-master) :)
 
     #!/bin/bash
     cd cv-frontend-master