1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
Go to file
Marliana Lara e736cfab36
Merge pull request #40 from marshmalien/side-nav-bug
Update active nav item based on url
2018-12-05 10:32:47 -05:00
__mocks__ update file mock to return file name 2018-11-02 16:32:51 -04:00
__tests__ Merge pull request #40 from marshmalien/side-nav-bug 2018-12-05 10:32:47 -05:00
dist use a few more pf-core components 2018-09-26 21:39:04 -04:00
images Add help dropdown and about modal 2018-11-19 22:53:05 -05:00
src Merge pull request #40 from marshmalien/side-nav-bug 2018-12-05 10:32:47 -05: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
babel.config.js update build system 2018-10-30 17:25:29 -04:00
jest.config.js update file mock to return file name 2018-11-02 16:32:51 -04:00
jest.setup.js remove setTimeout hack for testing api.login Login.jsx handlers 2018-10-31 12:04:59 -04:00
package-lock.json Bumps all patternfly versions to latest 2018-11-28 11:29:07 -05:00
package.json working commit tests 2018-12-03 13:30:31 -05:00
README.md Update README.md 2018-10-12 11:54:09 -04:00
webpack.config.js Add help dropdown and about modal 2018-11-19 22:53:05 -05: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.