Skip to content

Development & deployment

Patricio López Juri edited this page Aug 20, 2020 · 1 revision

Development

# install dependencies:
yarn install
composer install --no-dev --optimize-autoloader

Deployment

# to create a release tag:
yarn version

# build zip:
yarn build
Clone this wiki locally