Files
awx/README.md
Jake McDermott 1bfa8b19ff update readme
2018-09-26 13:57:10 -04:00

12 lines
272 B
Markdown

# AWX-PF
## Usage
* `git clone git@github.com:jakemcdermott/awx-pf.git`
* cd awx-pf
* npm install
* npm start
* visit `https://127.0.0.1:3000/`
**note:** You will need to update the configuration variables in the webpack config file to point to an external awx server.