Skip to content
forked from Shopify/polaris

Glints fork of Shopify’s design system polaris

License

Notifications You must be signed in to change notification settings

glints-dev/polaris

This branch is 87 commits ahead of, 2177 commits behind Shopify/polaris:main.

Folders and files

NameName
Last commit message
Last commit date
Jun 6, 2023
Jan 12, 2023
May 27, 2022
Nov 4, 2022
Jun 6, 2023
Sep 19, 2022
Jan 26, 2023
Mar 23, 2022
Nov 4, 2022
Oct 14, 2022
Feb 15, 2022
Oct 14, 2022
Dec 13, 2022
Oct 24, 2018
Nov 4, 2022
Sep 6, 2022
May 24, 2022
Nov 4, 2022
Jan 11, 2023
Mar 21, 2022
Nov 4, 2022
Sep 15, 2022
Sep 12, 2022
Jan 20, 2023

Repository files navigation

Polaris

Build. Contribute. Evolve. Shape the merchant experience for Shopify’s core product, the admin.

storybook npm version CI PRs Welcome

Status Owner Help
Active @shopify/polaris New issue

About this repo

The shopify/polaris repository is an intergalactic monorepo made up of NPM packages, VSCode extensions, and websites.

polaris/
├── documentation               # Documentation for working in the monorepo
├── polaris-for-vscode          # VS Code extension for Polaris
├── polaris-icons               # Icons for Polaris
├── polaris-react               # Components for @shopify/polaris package
├── polaris-tokens              # Design tokens for Polaris
├── polaris.shopify.com         # Documentation website
└── stylelint-polaris           # Rules for custom property usage and mainline coverage

Commands

Install dependencies and build workspaces

yarn && yarn build

Run a command

One workspace

Run commands from a selected workspace using turbo run <command> --filter=<workspace>... flag.

Command Runs
yarn turbo run dev --filter=@shopify/polaris Open the react component storybook
yarn turbo run dev --filter=polaris.shopify.com Open polaris.shopify.com NextJS site

All workspaces

Run commands across all workspaces. This uses turbo run <command>.

Command Runs
yarn changeset Adds a new changelog entry
yarn lint Lints all workspaces
yarn test Tests all workspaces
yarn type-check Build types and check for type errors
yarn clean Remove generated files
yarn format Format files with prettier

Contribute to this repo

Pull requests are welcome. See the contribution guidelines for more information.

Licenses

Source code is under a custom license based on MIT. The license restricts Polaris usage to applications that integrate or interoperate with Shopify software or services, with additional restrictions for external, stand-alone applications.

All icons and images are licensed under the Polaris Design Guidelines License Agreement

About

Glints fork of Shopify’s design system polaris

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 82.3%
  • SCSS 14.6%
  • JavaScript 3.1%