1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
Go to file
Jake McDermott 13f6e63f75
Merge pull request #1 from ansible/nav
wip - one way of approaching nav
2018-10-12 11:23:03 -04:00
dist use a few more pf-core components 2018-09-26 21:39:04 -04:00
src one way of approaching nav 2018-10-11 22:48:39 -04:00
.babelrc initial commit 2018-09-25 10:53:35 -04:00
.eslintrc one way of approaching nav 2018-10-11 22:48:39 -04:00
.gitignore add .gitignore 2018-09-26 20:59:50 -04:00
package-lock.json one way of approaching nav 2018-10-11 22:48:39 -04:00
package.json one way of approaching nav 2018-10-11 22:48:39 -04:00
README.md avoid port collision with other tooling 2018-09-26 18:11:29 -04:00
webpack.config.js one way of approaching nav 2018-10-11 22:48:39 -04:00

AWX-PF

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.