summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJake McDermott <yo@jakemcdermott.me>2019-03-07 16:20:40 +0100
committerJake McDermott <yo@jakemcdermott.me>2019-03-07 16:30:31 +0100
commitbca97355347b07f65b1b145c8daa9e78793bc88c (patch)
treed5de9fc9e8dadd837a364be597cfb8b52e85921b /CONTRIBUTING.md
parentMerge pull request #3376 from keithjgrant/fix-save-confirmation-modal (diff)
downloadawx-bca97355347b07f65b1b145c8daa9e78793bc88c.tar.xz
awx-bca97355347b07f65b1b145c8daa9e78793bc88c.zip
update docs for development environment
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
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