summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhamza221 <hamzamahjoubi221@gmail.com>2023-05-22 13:31:48 +0200
committerhamza221 <hamzamahjoubi221@gmail.com>2023-05-22 13:31:48 +0200
commit73ef6e258f363a9bf7f44cd0e79bdff0b44450b4 (patch)
tree53e6ba462c24e1d59d61e057b862905e96047205
parenta3a6395ac4b7ca6acd35994ab0d81aedc4810b24 (diff)
add composer install to readme
Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1af51e33..f6187625 100644
--- a/README.md
+++ b/README.md
@@ -41,10 +41,12 @@ If you'd like to join, just go through the [issue list](https://github.com/nextc
``` bash
# set up and build for production
+composer install
npm ci
npm run build
# install dependencies
+composer install
npm ci
# build for dev and watch changes