DC23 Tailwind as hybrid single point of truth Setup Drupal 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 Theme, design system and app In ../web/themes/custom/DemoDesign/design-system run nvm use In ../web/themes/custom/DemoDesign/design-system run npm i && npm run build In ../web/themes/custom/DemoDesign/react-app run npm i && npm run build In ../web/themes/custom/DemoDesign/ run npm i && npm run build Wherever run ddev drush cr Development Check the design system's storybook, in ../web/themes/custom/DemoDesign/design-system run npm start Check the react app, in ../web/themes/custom/DemoDesign/react-app run npm run dev