@@ -58,7 +58,7 @@ which will take you to the associated source code. That's a convenient way to n
58
58
the components themselves or the demo code.
59
59
60
60
When browsing more generally, look in the ` src ` directory or this repo, you'll notice
61
- two sub-directories :
61
+ two subdirectories :
62
62
63
63
- re-com - the library itself - the components
64
64
- re-demo - the demo app, which shows how to use the components
@@ -77,12 +77,17 @@ two sub-directories:
77
77
```
78
78
79
79
2 . Compiling And Running The Demo
80
+
81
+ Install dependencies (CONFIRM if this only needs to be run once or every time the deps change):
82
+ ``` shell
83
+ npm install
84
+ ```
80
85
81
86
``` shell
82
- lein watch
87
+ npx shadow-cljs watch demo
83
88
```
84
89
85
- This will run the demo, by doing:
90
+ This will prepare the demo, by doing:
86
91
- a clean
87
92
- a compile
88
93
@@ -92,7 +97,7 @@ two sub-directories:
92
97
Now you can open [ ` http://localhost:3449/ ` ] ( http://localhost:3449/ ) in your
93
98
browser.
94
99
95
- 4 . Run The (erm, modest) Tests
100
+ 3 . Run The (erm, modest) Tests
96
101
97
102
``` shell
98
103
lein ci
@@ -103,13 +108,13 @@ two sub-directories:
103
108
- compile the tests
104
109
- compile in release mode as a basic optimized build check
105
110
106
- 5 . Run or Debug the tests:
111
+ 4 . Run or Debug the tests:
107
112
108
113
``` shell
109
114
lein watch
110
115
```
111
116
112
- 6 . Deploy The Demo App To S3 bucket
117
+ 5 . Deploy The Demo App To S3 bucket
113
118
114
119
This will only work if you have the right credentials in your env:
115
120
``` shell
0 commit comments