/design-system

A Figma Plugin design system and component library in Marko made by the CVA Plugin team

Primary LanguageMarkoMIT LicenseMIT

Figma Plugin Design System

A Figma Plugin design system and component library in Marko made by CVA Plugin Team

Installation

pnpm install

Overview

This project is powered by @marko/run.

  • Run pnpm run dev to start the development server
  • Run pnpm run build to build a production-ready node.js server
  • Run pnpm run preview to run the production server

Adding Components

Pages map to the directory structure. You can add additional pages by creating files/directories under src/routes with +page.marko files. Learn more in the @marko/run docs.

To Do

Configure Addons

Documentation

Versioning and Publishing

Prototyping

  • Configure @storybook/addon-links

    The Storybook Links addon can be used to create links that navigate between stories in Storybook.

Speeding up Development