acinguiux-ds-foundations
v1.0.2
Published
Foundation definitions for Acinguiux UI Frameworks
Readme
Acinguiux DS Foundations
Common tools to work with the Acinguiux Design System Foundations.
Setup
The Foundations make use of figma-export which requires a Figma API key.
Once you have a key, create a .env file with the following info:
FIGMA_TOKEN=[Your Figma API token]
Usage
To retrieve the latest changes run the following command:
yarn figma:fetchDevelopment
To build the outputters for figma-export:
yarn buildTo watch the project and build it after each change:
yarn outputters:watch