Welcome to our mono-repo of plugin and extension mantain by the WPDS team.
Read more about our adaptive color generator for color tokens. Link to color palette html.
- Add
ZEM_ACCESS_TOKEN
to your node environment variables using this config
export ZEM_ACCESS_TOKEN=<your-token>
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