diff options
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 941a252c68..b85b990359 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -134,6 +134,8 @@ Run the following to build the AWX UI: ```bash (host) $ make ui-devel ``` +See [the ui development documentation](awx/ui/README.md) for more information on using the frontend development, build, and test tooling. + ### Running the environment #### Start the containers |