omnyway-labs / re-crud

A crud library for re-frame apps
Apache License 2.0
8 stars 5 forks source link

Readme: add dev setup instructions #9

Closed divs1210 closed 6 years ago

divs1210 commented 6 years ago

Hi! I want to send a couple of PRs but am not sure how to set up a dev env for the project.

shafeeq commented 6 years ago

Hi @divs1210 ! Because re-crud is a cljs library, we don't directly start a cljs REPL into the project. Usually we symlink re-crud into the example-app (https://github.com/omnypay/re-crud/tree/master/example-app) and start a repl there with figwheel.