Skip to content

Commit 633b744

Browse files
committed
updated readme - static modules
Signed-off-by: bidi <bidi@apidemia.com>
1 parent b03ca52 commit 633b744

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -99,28 +99,25 @@ composer development-enable
9999
100100
- If not already done, remove the `.dist` extension from `config/autoload/development.local.php.dist`.
101101
102-
## NPM Commands
102+
## Bundle Static Modules
103+
104+
> Prerequisite software: Node.js v20 (minimum supported version)
103105
104106
To install dependencies into the `node_modules` directory run this command.
105107
106108
```shell
107109
npm install
108110
```
109111
110-
- If `npm install` fails, this could be caused by user permissions of npm. Recommendation is to install npm through `Node Version Manager`.
112+
> If `npm install` fails, this could be caused by user permissions of npm.
113+
Recommendation is to install npm through `Node Version Manager`.
111114
112-
The watch command compiles the components then watches the files and recompiles when one of them changes.
115+
The build command compiles the components then monitors the source files and triggers their recompilation when one of them is changed.
113116
114117
```shell
115-
npm run watch
118+
npm run build
116119
```
117120
118-
After all updates are done, this command compiles the assets locally, minifies them and makes them ready for production.
119-
120-
```shell
121-
npm run prod
122-
```
123-
124121
## Running the application
125122
126123
We recommend running your applications in WSL:

0 commit comments

Comments
 (0)