Skip to content

washingtonpost/wpds-plugins

Repository files navigation

wpds-plugins

Welcome to our mono-repo of plugin and extension mantain by the WPDS team.

Adaptive color example

Read more about our adaptive color generator for color tokens. Link to color palette html.

Publish ZEM extensions

  1. Add ZEM_ACCESS_TOKEN to your node environment variables using this config
export ZEM_ACCESS_TOKEN=<your-token>

Set up local environment

We are using Node 14.18.2 and NPM 8.3.0. We use an ./nvmrc file to set the version of Node to use.

npm install

To build the packages

npm run build --workspaces

To build for development with Figma

npm run build:watch --workspaces