mirror of https://github.com/status-im/reagent.git
Add notes about building Reagent to docs
This commit is contained in:
parent
ac32060655
commit
938307f78e
|
@ -24,6 +24,8 @@ Use your best judgement on what is needed here.
|
|||
|
||||
**Create pull requests to the master branch**.
|
||||
|
||||
Check [development docs](./docs/development.md)
|
||||
|
||||
## Pull requests for bugs
|
||||
|
||||
If possible provide:
|
||||
|
|
|
@ -29,3 +29,12 @@ lein figwheel
|
|||
# Open http://0.0.0.0:3449 on a browser
|
||||
# Check console for test output
|
||||
```
|
||||
|
||||
## Building package
|
||||
|
||||
To build Reagent and use built version in your applications run `lein install`
|
||||
and update the dependency on your app to use the version that was installed.
|
||||
|
||||
Note that if `project.clj` uses a version that is released on Clojars, this command
|
||||
will overwrite that version on your local Maven repository. To restore
|
||||
real version, remove directory corresponding to the version from `~/.m2/repository/reagent/reagent/`.
|
||||
|
|
Loading…
Reference in New Issue