Documentation for UI patterns and interaction guidelines.
This is currently a work in progress! Follow along on our project board.
-
Clone this repo, e.g. with:
git clone https://github.com/primer/design
-
In the terminal, navigate (
cd
) to the repo directory -
nvm use --default
to use the correct node version. -
yarn
to install dependencies -
yarn start
to start the dev server
We deploy this site using GitHub Pages. Every push to a branch other than main
will deploy to a URL unique to the preview environment. Merges to main
will automatically deploy the site to https://primer.github.io/design/
.