1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
Go to file
2018-10-29 13:58:56 -04:00
__mocks__ update api.js api client, and axios mock, and add api.js unit tests 2018-10-24 16:52:11 -04:00
__tests__ update LoginPage component and test pseudocode 2018-10-24 21:35:43 -04:00
dist use a few more pf-core components 2018-09-26 21:39:04 -04:00
src update page navigation 2018-10-26 17:24:34 -04:00
.babelrc initial commit 2018-09-25 10:53:35 -04:00
.eslintrc add jest and enzyme testing dependencies and update infrastructure configuration to make testing work 2018-10-24 16:50:08 -04:00
.gitignore add coverage report 2018-10-24 21:11:52 -04:00
enzyme.config.js add jest and enzyme testing dependencies and update infrastructure configuration to make testing work 2018-10-24 16:50:08 -04:00
package-lock.json bump patternfly dep versions 2018-10-29 13:58:56 -04:00
package.json bump patternfly dep versions 2018-10-29 13:58:56 -04:00
README.md Update README.md 2018-10-12 11:54:09 -04:00
webpack.config.js update webpack and package.json with index.jsx entrypoint 2018-10-24 21:55:59 -04:00

AWX-PF

Requirements

  • node 8.x LTS, npm 5.x LTS, make, git

Usage

  • git clone git@github.com:ansible/awx-pf.git
  • cd awx-pf
  • npm install
  • npm start
  • visit https://127.0.0.1:3001/

note: These instructions assume you have the awx development api server up and running at localhost:8043.