1.1.7 • Published 3 years ago

official-space v1.1.7

Weekly downloads
-
License
GPL-2.0
Repository
github
Last release
3 years ago

Space is an open source designsystem to build reusable Twig Components with Storybook for Drupal - with page and development speed in mind.

  1. Describe, develop and test your Twig Components in storybook with twing.
  2. Use this components with zero configuration Drupal with UI Patterns
  3. Tailwind + Alpinejs for famous develop and page speed
  4. Bundled Webpack base configuration to keep everything up to date.

Prerequisites

NPM

To start storybook

npm run dev:storybook

To start drupal

npm run dev:drupal

YARN (prefered)

To start storybook

yarn dev:storybook

To start drupal

yarn dev:drupal