DrupalCamp Pune
Local development instructions.
Requirements
- Docker and DDEV
Set up instructions
- Clone repo to your local and navigate to cloned directory.
- Run
ddev composer install
- Import DB usind
ddev sql-cli < /path/to/db.sql
Theme development
- Run
ddev theme:install
to install node packages. This is a one time step. - To build theme run
ddev theme:build
- To watch theme run
ddev theme:watch
Code quality
- Run
ddev phpcs
to check and fix code standard errors in your code.