0.0.1-alpha.7 • Published 3 years ago

@chanzuckerberg/czedi-kit-tokens v0.0.1-alpha.7

Weekly downloads
1,016
License
MIT
Repository
github
Last release
3 years ago

lp-design-system

Test CI

This is the Learning Platform Design System or @chanzuckerberg/czedi-kit (working title).

Development

Node

Install the version of node specified in the .nvmrc file.

If using nvm, this can be done by running nvm install. If the correct version is already installed, nvm use will switch to it.

Installation

npm install
npx lerna bootstrap

Linting

npm run lint

or to fix any issues

npm run lint:fix

Run Locally

npm start

Build Packages

To build all packages you can run

npx lerna run build

Adding a new package

This isn't something we'll be doing every day

npx lerna create '@chanzuckerberg/czedi-kit-<package-name>' \
  --registry="https://npm.pkg.github.com/" \
  --access="restricted" \
  --license="UNLICENSED"

Publishing

We're not ready to publish yet