Skip to content

Commit c2d0f68

Browse files
committed
Update README with dev:serve script information
1 parent 1f3fd6d commit c2d0f68

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ This repository contains the source code and content for the Project MONAI websi
3434
npm run dev
3535
```
3636

37+
Alternatively, to build and serve the site simultaneously:
38+
```bash
39+
npm run dev:serve
40+
```
41+
3742
The site will be available at `http://localhost:3000` with hot reloading enabled.
3843

3944
## Project Structure

0 commit comments

Comments
 (0)