- To start the project run
ddev start && ddev composer install - To import the demo database run
ddev import-db --src=./resources/db-DrupalCon-Lille.sql.gz && ddev drush cr - To launch the project run
ddev launch - To login into the site run
ddev drush uli
- In
../web/themes/custom/DemoDesign/design-systemrunnvm use - In
../web/themes/custom/DemoDesign/design-systemrunnpm i && npm run build - In
../web/themes/custom/DemoDesign/react-apprunnpm i && npm run build - In
../web/themes/custom/DemoDesign/runnpm i && npm run build - Wherever run
ddev drush cr
- Check the design system's storybook, in
../web/themes/custom/DemoDesign/design-systemrunnpm start - Check the react app, in
../web/themes/custom/DemoDesign/react-apprunnpm run dev