Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (24 loc) · 915 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 915 Bytes

Pluralsight Design System Build Status

Important ⚠️

This library (classic) is officially in maintenance mode only.

We will only fix bugs and will no longer add new features. For the latest library, please follow the TVA project.

Get involved

Run locally

Install nvm

nvm install
nvm use
yarn config set ignore-engines true

yarn
yarn build
yarn start

Publishing packages

yarn publish:all