aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com>2019-11-05 17:17:33 +0100
committerGitHub <noreply@github.com>2019-11-05 17:17:33 +0100
commit9b43088415efee1f921feb9c858bcd924f1b6208 (patch)
tree68e2e8447e21afdd0d47baaeaeb57b4ecec72d68 /README.md
parent1f7e99de2d67feca9569cc3a04213cea94e0137d (diff)
parent95566ce344bb01ed7541420154e36384cf571104 (diff)
downloadwcms-9b43088415efee1f921feb9c858bcd924f1b6208.tar.gz
wcms-9b43088415efee1f921feb9c858bcd924f1b6208.zip
Merge pull request #26 from n-peugnet/build-optimizations
perf: make optimizations
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4cd0a6e..817d86a 100644
--- a/README.md
+++ b/README.md
@@ -65,17 +65,19 @@ If you want to contribute to the project.
1. Clone the git repository.
2. Install PHP dependencies.
- composer install
+ make vendor
3. _Optionnally_ install and build JS dependencies to get UI enhancements.
- npm install && npm run build
+ make build
+
+The last two commands can be run at once using only `make`.
## JS development
While developing the JS sources it is useful to run webpack in watch mode so that the bundles get built at each file change. To do so, use the following command:
- npm run watch
+ make watch
## Publish a new release