Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/primer/contribute
- Owner: primer
- License: mit
- Created: 2021-08-19T01:17:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T23:48:39.000Z (6 months ago)
- Last Synced: 2024-08-02T20:47:39.678Z (6 months ago)
- Language: JavaScript
- Homepage: https://primer.style/contribute
- Size: 895 KB
- Stars: 10
- Watchers: 6
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome - primer/contribute - Contribution guidelines for the Primer Design System (JavaScript)
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/).