- 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-system
runnvm use
- In
../web/themes/custom/DemoDesign/design-system
runnpm i && npm run build
- In
../web/themes/custom/DemoDesign/react-app
runnpm 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-system
runnpm start
- Check the react app, in
../web/themes/custom/DemoDesign/react-app
runnpm run dev