You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,23 @@
8
8
9
9
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.
10
10
11
-
## Getting started
11
+
## Installation
12
12
13
-
`npm install`
13
+
Install primer-react in your project with:
14
14
15
-
Run app with:
15
+
`npm install primer-react`
16
16
17
-
`npm run start`
17
+
## Local Development
18
18
19
-
Build with:
19
+
Run `primer-react` locally when adding or updating components.
20
20
21
-
`npm run build`
21
+
Clone this repo: `$ git clone https://github.com/primer/primer-react.git`
0 commit comments