src-d / sourced-ui

source{d} UI
https://sourced.tech
Apache License 2.0
7 stars 15 forks source link

Document how to run dev env #282

Closed dpordomingo closed 5 years ago

dpordomingo commented 5 years ago

Document how to run dev

The current way to run development environment with hot reloading uses the srcd/sourced-ui image required by sourced active config, which may be incorrect many times (if that version, and the current sources of srcd-/sourced-ui being tested mismatch in an incompatible way)

The proper way to run the dev environment requires to build the srcd/sourced-ui:latest-dev development image from sources and then use it for the hot reloading environment


dpordomingo commented 5 years ago

thank you for your suggestions @carlosms that were merged by 734a42c

dpordomingo commented 5 years ago

I rebased and removed the collapsible effect of the Unreleased section as done in sourced-ce and the projects following Keep a Changelog

https://github.com/src-d/sourced-ui/pull/282/files#diff-4ac32a78649ca5bdd8e0ba38b7006a1eL4

Let me know if you'd prefer that it's kept, and I'll do so.