- Describe, develop and test your Pattern in storybook with twing.
- Use the same pattern in Drupal with UI Patterns without any presenter pattern
- Starterkits for:
- Tailwind + Alpinejs
- Boostrap + jQuery
- Bundled Webpack base configuration to keep everything up to date.
Check out the Wingsuit documentation for more information..
- To install run inside
themes/custom:
npx @wingsuit-designsystem/cli init- Then
cd wingsuit/and run:
To start storybook
npm run dev:storybookTo start drupal
npm run dev:drupalTo start storybook
yarn dev:storybookTo start drupal
yarn dev:drupalyarn ws generate-componentI am looking for help. You can ping me at drupaltwig@Slack
To develop Wingsuit you need yarn.
- Clone repository:
git clone [email protected]:wingsuit-designsystem/wingsuit.git
cd wingsuit
yarn bootstrap
yarn dev- To start storybook
cd starter-kits/tailwindand run:
yarn dev:storybook- To start drupal
cd starter-kits/tailwindand run:
yarn dev:drupal- To build docs
yarn dev:drupalTab 1 n
Tab 2 export CIRCLE_BRANCH=release-2-0 yarn config set registry http://localhost:6000 yarn test:e2e-framework