Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/primer/contribute

Contribution guidelines for the Primer Design System
https://github.com/primer/contribute

Last synced: 3 months ago
JSON representation

Contribution guidelines for the Primer Design System

Awesome Lists containing this project

README

        

> :warning: **This repo is not maintained anymore**. Please raise pull requests in [primer.style/design](https://github.com/primer/design/)

# Contribution guidelines

Contribution guidelines for the Primer Design System.

## Local development

```shell
# 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](https://pages.github.com/). 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/).