We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02be5e9 + c2d0f68 commit 333b7f7Copy full SHA for 333b7f7
README.md
@@ -34,6 +34,11 @@ This repository contains the source code and content for the Project MONAI websi
34
npm run dev
35
```
36
37
+ Alternatively, to build and serve the site simultaneously:
38
+ ```bash
39
+ npm run dev:serve
40
+ ```
41
+
42
The site will be available at `http://localhost:3000` with hot reloading enabled.
43
44
## Project Structure
0 commit comments