Skip to content

Commit 4c598fe

Browse files
Nilenso Software LLPNilenso Software LLP
Nilenso Software LLP
authored and
Nilenso Software LLP
committed
Fixes omnyway-labs#4: Add dev setup instructions to README
1 parent 3e8629b commit 4c598fe

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,25 @@ Run mock server: `lein run -m re-crud.mock-http-server`
9393

9494
`make test` (requires phantomjs)
9595

96+
## Dev Setup / Workflow
97+
98+
- Change working directory to `example-app`:
99+
```
100+
$ cd path/to/re-crud/example-app
101+
102+
```
103+
- Start REPL:
104+
```
105+
$ rm -rf src/cljs/re_crud
106+
$ cp -r ../src/cljs/re_crud src/cljs/
107+
$ lein figwheel
108+
```
109+
- Edit files under `example-app/src/cljs/re_crud`
110+
- Prepare for checking in to vcs:
111+
```
112+
$ rsync -a src/cljs/re_crud/ ../src/cljs/re_crud/
113+
```
114+
96115
## License - Apache 2.0
97116

98117
Copyright 2017 Omnyway Inc.

0 commit comments

Comments
 (0)