Skip to content

Commit 5895ff5

Browse files
authored
Update README.md
1 parent 067b73d commit 5895ff5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ Your one stop shop to learning about, visualizing and building models with EEG d
55
Built by Saarang Panchavati, Abhinav Pottabathula, Connor Kennedy, and Woojin Ko
66

77
## Getting Started
8-
Run the web client:
8+
First, install the dependencies to your local node_modules folder by running:
9+
```bash
10+
npm install
11+
```
12+
13+
Then, run the web client:
914
```bash
1015
npm run dev
1116
# or

0 commit comments

Comments
 (0)