audriusnavickasDB / design-system-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workshop: Design Systems (Component Library)

This is a demo project where different approaches will be used to show how you can build Design Systems or component library. It will not be an example how you "must build" your library, but it will help to understand main core parts and how to deal with them.

Prerequisites

Make sure that you are using Node version - 14.15.4. To check version:

node -v

If you don't have correct version use nvm to install correct version:

nvm install 14.15.4
nvm use 14.15.4

Install project dependencies:

npm i

Start project

npm start

About


Languages

Language:JavaScript 68.0%Language:SCSS 32.0%