Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 648 Bytes

File metadata and controls

22 lines (15 loc) · 648 Bytes

@inkcre/design coding guide

This repo includes everything about the design of InKCre.

Project Structure

  • packages/: this is a monorepo
    • web-design: InKCre Design System for web projects
  • tokens/
    • inkcre.tokens.json: Design tokens follows W3C DTCG format
  • scripts/
    • build-tokens.ts: Transform design tokens to code

Coding Guidelines

Development Workflows

  • Package manager is PNPM
  • Use changeset to summarize your changes (run pnpm changeset after you made changes.)
  • Run tests and build to verify your changes if possible.