File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,28 +18,28 @@ npm install --save @pod-point/react-dom-components
18
18
```
19
19
git clone [email protected] :Pod-Point/react-dom-components.git
20
20
cd react-dom-components
21
- yarn
21
+ npm install
22
22
```
23
23
24
24
### Tasks
25
25
To run a local development version of the components in Docz
26
26
```
27
- yarn run docz:dev
27
+ npm run docz:dev
28
28
```
29
29
30
30
To run a build version of the components in Docz
31
31
```
32
- yarn run docz:build
32
+ npm run docz:build
33
33
```
34
34
35
35
To make edits to the TailwindCSS config or styles
36
36
```
37
- yarn run watch:tailwind
37
+ npm run watch:tailwind
38
38
```
39
39
40
40
To build the TailwindCSS config or styles
41
41
```
42
- yarn run build:tailwind
42
+ npm run build:tailwind
43
43
```
44
44
45
45
### Linters and IDE setup
You can’t perform that action at this time.
0 commit comments