Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 239 Bytes

File metadata and controls

17 lines (9 loc) · 239 Bytes

Installation

PHP dependencies

docker-compose run composer install

NPM dependencies

docker-compose run npm npm install

Build files

docker-compose run php php vendor/bin/jigsaw build

Serve

docker-compose up php