Skip to content

Commit 85692f8

Browse files
committed
Updated README to reflect current tooling for building the app
1 parent c8f75fd commit 85692f8

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ which will take you to the associated source code. That's a convenient way to n
5858
the components themselves or the demo code.
5959

6060
When browsing more generally, look in the `src` directory or this repo, you'll notice
61-
two sub-directories:
61+
two subdirectories:
6262

6363
- re-com - the library itself - the components
6464
- re-demo - the demo app, which shows how to use the components
@@ -77,12 +77,17 @@ two sub-directories:
7777
```
7878

7979
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+
```
8085

8186
```shell
82-
lein watch
87+
npx shadow-cljs watch demo
8388
```
8489

85-
This will run the demo, by doing:
90+
This will prepare the demo, by doing:
8691
- a clean
8792
- a compile
8893

@@ -92,7 +97,7 @@ two sub-directories:
9297
Now you can open [`http://localhost:3449/`](http://localhost:3449/) in your
9398
browser.
9499

95-
4. Run The (erm, modest) Tests
100+
3. Run The (erm, modest) Tests
96101

97102
```shell
98103
lein ci
@@ -103,13 +108,13 @@ two sub-directories:
103108
- compile the tests
104109
- compile in release mode as a basic optimized build check
105110

106-
5. Run or Debug the tests:
111+
4. Run or Debug the tests:
107112

108113
```shell
109114
lein watch
110115
```
111116

112-
6. Deploy The Demo App To S3 bucket
117+
5. Deploy The Demo App To S3 bucket
113118

114119
This will only work if you have the right credentials in your env:
115120
```shell

0 commit comments

Comments
 (0)