Coinbase Design System
npx skills add https://github.com/coinbase/cds --skill cds-components使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。
Welcome to the Coinbase Design System (CDS)!
Please visit our website https://cds.coinbase.com for the latest documentation.
git clone [email protected]:coinbase/cds.git
cd cds
We suggest nvm to manage Node.js versions. If you have it installed, you can use these commands to set our current Node.js version.
nvm install
nvm use
corepack enable
yarn install
Run one of the available apps to get started:
yarn nx run storybook:dev
yarn nx run docs:dev
# Launch local debug builds
yarn nx run mobile-app:launch:ios-debug
yarn nx run mobile-app:launch:android-debug
We welcome contributions to the Coinbase Design System! Please read our Contributing Guide for details on our development process, coding standards, and how to submit pull requests.
CDS generally follows Semantic Versioning.
We aim to preserve type/public API compatibility across minor and patch releases.
Visual changes are allowed in minor releases.
Review changelog entries and validate UI when upgrading.
For information about reporting security vulnerabilities, please see our Security Policy.
This project is licensed under the terms described in LICENSE.