⚠️ This repo is not maintained anymore. Please raise pull requests in primer.style/design
Contribution guidelines for the Primer Design System.
# Clone the repository
git clone https://github.com/primer/contribute.git
cd contribute
# Install dependencies
yarn
# Start local development server
yarn start
We deploy this site using GitHub Pages. Every push to a branch other than main
will deploy to a preview URL unique. Merges to main
will automatically deploy the site to production (https://primer.github.io/contribute/).