/designsystem

Primary LanguageCSSApache License 2.0Apache-2.0

Design Systems Engineer Design System

A bit of a meta project. This is the design system used for the the Design Systems Engineer website and the example material for the course hosted there.

Getting started

To use and build the design system, you'll need to have Node (v12+ is probably best) and Yarn installed.

  1. Clone this repo.

    $ git clone git@github.com:DesignSystemsEngineer/designsystem.git
    $ cd designsystem
  2. Install dependencies

    Post install this will also run lerna bootstrap to prep all the monorepo stuff.

    $ yarn install
  3. Build tokens and Storybook

    $ yarn build