add composer install to readme

Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
This commit is contained in:
hamza221 2023-05-22 13:31:48 +02:00
parent a3a6395ac4
commit 73ef6e258f
1 changed files with 2 additions and 0 deletions

View File

@ -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