# design **Repository Path**: bgoonz/design ## Basic Information - **Project Name**: design - **Description**: Primer Design Guidelines - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-25 - **Last Updated**: 2021-08-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Primer Interface Guidelines Documentation for UI patterns and interaction guidelines. ## Status This is currently a work in progress! Follow along on our [project board](https://github.com/primer/design/projects/1). ## Local development 1. Clone this repo, e.g. with: ```sh git clone https://github.com/primer/design ``` 1. In the terminal, navigate (`cd`) to the repo directory 1. `yarn` to install dependencies 2. `yarn start` to start the dev server ## Deployment We deploy this site using [Vercel](https://vercel.com). Every push to a branch other than `master` will deploy to a URL unique to the branch name, i.e.: `primer-design-{branch}.now.sh`. Merges to `master` will automatically deploy the site to `primer-design.now.sh`.