Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,23 @@

Currently we link to the latest built Primer CSS so that we may use current Primer styles to start to build components. This does not include `primer-base` so as to avoid unwanted base overrides.

## Getting started
## Installation

`npm install`
Install primer-react in your project with:

Run app with:
`npm install primer-react`

`npm run start`
## Local Development

Build with:
Run `primer-react` locally when adding or updating components.

`npm run build`
Clone this repo: `$ git clone https://github.com/primer/primer-react.git`

Install dependencies: `npm install`

Run app with: `npm run start`

Build docs before publishing: `npm run build`


## Principles
Expand Down