Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 690 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 690 Bytes

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