Install and run the project by general installation guide.
Use webpack to build scripts and styles for CodeX Media.
Build scripts and styles in development mode. Webpack will watch project files and rebuild bundles on changes.
Run these commands in separate terminals.
docker exec -i codexmedia_php_1 yarn build_js:watchdocker exec -i codexmedia_php_1 yarn build_css:watchUse composer utility inside php container.
docker exec -i codexmedia_php_1 composer installdocker exec -i codexmedia_php_1 composer require package_nameRun this command before committing changes.
docker exec -i codexmedia_php_1 composer csfix