Skip to content

primer/contribute

Repository files navigation

⚠️ This repo is not maintained anymore. Please raise pull requests in primer.style/design

Contribution guidelines

Contribution guidelines for the Primer Design System.

Local development

# Clone the repository
git clone https://github.com/primer/contribute.git
cd contribute

# Install dependencies
yarn

# Start local development server
yarn start

Deployment

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/).