We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3fd6d commit c2d0f68Copy full SHA for c2d0f68
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