Skip to content

Commit 80e2a77

Browse files
committed
readme fix
1 parent db2ebe5 commit 80e2a77

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,23 @@ npm i
2424
npm start
2525
```
2626

27-
# Exploring
27+
# Prep the Examples
2828

29-
Each example is located in its own folder under `_examples/`. Feel free to explore them. You may run `npm i` in those respective folders, if you wish to run them. Then run `npm start` to try each demo locally.
29+
```
30+
cd _examples
31+
npm i
32+
cd ..
33+
npm run all
34+
```
35+
36+
# Exploring
37+
38+
Each example is located in its own folder under `_examples/`. Feel free to explore them. You may run `npm start` in those respective folders, if you wish to run them locally.
3039

3140
For example ...
3241

3342
```
3443
cd _examples/component-simple
35-
npm i
3644
npm start
3745
```
3846

0 commit comments

Comments
 (0)