+++ /dev/null
-# CircuitVerse for interactive schematics
-
-**If you get this:**
-
- #!/bin/bash
- cd "CircuitVerse-master folder"
- npm install
-
-[...]
-
- npm run build
-
-`npm ERR! missing script: build`
-
-**Well... run it in the correct folder! ("cv-frontend-master") :)**
-
- #!/bin/bash
- cd cv-frontend-master
- npm install
- npm run build
--- /dev/null
+# CircuitVerse for interactive schematics
+
+**If you get this:**
+
+ #!/bin/bash
+ cd "CircuitVerse-master folder"
+ npm install
+
+[...]
+
+ npm run build
+
+`npm ERR! missing script: build`
+
+**Well... run it in the correct folder! ("cv-frontend-master") :)**
+
+ #!/bin/bash
+ cd cv-frontend-master
+ npm install
+ npm run build