0.0.1 • Published 4 years ago

@wingsuit-designsystem/ds v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Wingsuit is an open source designsystem to build reusable Twig Components with Storybook for Drupal.

  1. Describe, develop and test your Twig Components in storybook.
  2. Use this components defined components in Drupal with UI Patterns
  3. Tailwind + Alpinejs configured as frontend frameworks

Prerequisites

Quickstart

  1. Simply run:

    npm create @wingsuit-designsystem/wingsuit wingsuit
  2. Then cd wingsuit/ and run:

    npm install
    npm run dev:drupal

Develop Wingsuit

  1. Clone repository:

    git clone git@github.com:wingsuit-designsystem/wingsuit.git
    yarn bootstrap
    yarn build
  2. To start storybook cd packages/wingsuit and run:

    npm run dev:storybook
  3. To start drupal cd packages/wingsuit and run:

    npm run dev:drupal

Wingsuit is inspired by Particle from Phase2