/designsystem

A design system for the International Labour Organization

Primary LanguageTypeScriptApache License 2.0Apache-2.0

ILO Design System

Status: Proof of Concept

Packages

Getting Started

Set the appropriate node version using nvm.

nvm use

If not yet installed, install pnpm.

npm i -g pnpm

Install dependencies using pnpm.

pnpm recursive install

Build local packages.

pnpm run build

Start up storybook.

pnpm run start

Run tests.

pnpm run test