redhat-rcue / rcue

Red Hat Common User Interface (RCUE) reference implementation
Other
26 stars 16 forks source link

Provide instructions for developing/testing locally #71

Closed jawnsy closed 3 years ago

jawnsy commented 7 years ago

I wanted to test #69 locally, which requires building PatternFly from master and then building RCUE. I was able to build patternfly and use npm link, but it still seems to use the latest release (installed into node_modules) instead of the one installed by npm link.

I have a project that uses npm install to manage dependencies, including RCUE, but I don't know the easiest way to test with my local rcue either.

What I'd like to do is:

  1. Build PatternFly
  2. Build RCUE using the built PatternFly
  3. Build my frontend using the built RCUE

Instructions for doing this seem like a useful addition to the README? I'd be happy to submit a PR with that, but let's figure out the necessary steps (and I can help you test)