Skip to content

Commit e0acd31

Browse files
Updated Readme.
1 parent 437d092 commit e0acd31

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
FPGA and software crossover to bring your microphone clarity and fidelity
44

5+
**[Software]**
6+
7+
Dependencies:
8+
9+
[Node.js 16.13.1]
10+
11+
Steps to run:
12+
13+
- npm install
14+
- npm start (Run React Server)
15+
- npm run electron-dev (Run Electron Application)
16+
17+
Current development is done on Windows and the main target platform is Windows. This application is built using ElectronJS and ReactJS
18+
19+
Note: When installing packages, a warning will appear about npm package vulnerabilities. This is not a concern and is addressed here: https://github.com/facebook/create-react-app/issues/11174
20+
521
**[Hardware]**
622

723
VHDL files included in 'vhdl' folder. Schematic files included in 'schematics' folder.
@@ -31,20 +47,4 @@ extCS - E15
3147
extRD - E16
3248
extReady - D15
3349

34-
The MX7224 is held in transparent mode
35-
36-
**[Software]**
37-
38-
Dependencies:
39-
40-
[Node.js 16.13.1]
41-
42-
Steps to run:
43-
44-
- npm install
45-
- npm start (Run React Server)
46-
- npm run electron-dev (Run Electron Application)
47-
48-
Current development is done on Windows and the main target platform is Windows. This application is built using ElectronJS and ReactJS
49-
50-
Note: When installing packages, a warning will appear about npm package vulnerabilities. This is not a concern and is addressed here: https://github.com/facebook/create-react-app/issues/11174
50+
The MX7224 is held in transparent mode

0 commit comments

Comments
 (0)