DC23 Tailwind as hybrid single point of truthSetupDrupalTo start the project run ddev start && ddev composer installTo import the demo database run ddev import-db --src=./resources/db-DrupalCon-Lille.sql.gz && ddev drush crTo launch the project run ddev launchTo login into the site run ddev drush uliTheme, design system and appIn ../web/themes/custom/DemoDesign/design-system run nvm useIn ../web/themes/custom/DemoDesign/design-system run npm i && npm run buildIn ../web/themes/custom/DemoDesign/react-app run npm i && npm run buildIn ../web/themes/custom/DemoDesign/ run npm i && npm run buildWherever run ddev drush crDevelopmentCheck the design system's storybook, in ../web/themes/custom/DemoDesign/design-system run npm startCheck the react app, in ../web/themes/custom/DemoDesign/react-app run npm run dev