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
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,15 +24,23 @@ npm i
24
24
npm start
25
25
```
26
26
27
-
# Exploring
27
+
# Prep the Examples
28
28
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.
0 commit comments