Skip to content

Commit 9bb9191

Browse files
pedrocatrebojeil-google
authored andcommitted
npm install (#338)
Install dependencies with `npm install` before trying to run the demo.
1 parent 1140197 commit 9bb9191

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

demo/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ Run:
2020

2121
```bash
2222
git clone https://github.com/firebase/firebaseui-web.git
23-
cd firebaseui-web/demo
23+
cd firebaseui-web
24+
npm install
25+
cd demo
2426
```
2527

2628
This will clone the repository in the current directory.

0 commit comments

Comments
 (0)