Skip to content

Commit 333b7f7

Browse files
authored
Merge pull request #72 from Project-MONAI/fix/dev-serve-script
Update README with dev:serve script information
2 parents 02be5e9 + c2d0f68 commit 333b7f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
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)