diff options
author | Jake McDermott <yo@jakemcdermott.me> | 2019-03-07 16:20:40 +0100 |
---|---|---|
committer | Jake McDermott <yo@jakemcdermott.me> | 2019-03-07 16:30:31 +0100 |
commit | bca97355347b07f65b1b145c8daa9e78793bc88c (patch) | |
tree | d5de9fc9e8dadd837a364be597cfb8b52e85921b /CONTRIBUTING.md | |
parent | Merge pull request #3376 from keithjgrant/fix-save-confirmation-modal (diff) | |
download | awx-bca97355347b07f65b1b145c8daa9e78793bc88c.tar.xz awx-bca97355347b07f65b1b145c8daa9e78793bc88c.zip |
update docs for development environment
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 00c682d7e5..941a252c68 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -83,12 +83,10 @@ If you're not using Docker for Mac, or Docker for Windows, you may need, or choo (host)$ pip install docker-compose ``` -#### Node and npm +#### Frontend Development -The AWX UI requires the following: +See [the ui development documentation](awx/ui/README.md). -- Node 8.x LTS -- NPM 6.x LTS ### Build the environment |