Skip to content

Commit 8e2b147

Browse files
author
tomitavela
committed
update readme
1 parent 7771b64 commit 8e2b147

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ If you want to chip in by porting features or even creating new ones, here is a
1111
git clone https://github.com/pnp/sp-editor.git # clone the project
1212
cd sp-editor # go to the folder
1313
npm i # install dependencies
14+
cd iframe-sandbox-app # go to the iframe app folder
15+
npm i # install dependencies
16+
cd .. # got back to root
1417
npm run watch # build and start watch mode
1518
code . # open vscode
1619
```
17-
Open Microsoft Edge and select Extensions from the menu
20+
When Watch is running, open Microsoft Edge and select Extensions from the menu
1821

1922
![](repo-images/edgemenu.png)
2023

0 commit comments

Comments
 (0)