Skip to content

Commit f99f9bf

Browse files
committed
PB-471: Update PB install docs
Put npm run start on separate line
1 parent 2cdecfa commit f99f9bf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/getting-started/install-pagebuilder.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,10 @@ cd <pagebuilder-git-folder>
5050
npm install
5151
```
5252

53-
After installing the npm packages, you can run `npm run start`. This command watches for changes to your TypeScript files, compiles, and checks for errors.
53+
After installing the npm packages, you can run:
54+
55+
```terminal
56+
npm run start
57+
```
58+
59+
This command watches for changes to your TypeScript files, compiles, and checks for errors.

0 commit comments

Comments
 (0)