Skip to content

lgalis/ansible-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible UI

The UI for Ansible.

A live instance of the latest development version is running at AnsibleDev.com.

Getting Started

  1. Prerequisites

    • Node 18.x (recommended)
    • NPM 8.x (recommended)

    Note: The project should with older versions of node and npm but may require regenerating the package-lock.json.

  2. Clone Repository

    git clone git@github.com:ansible/ansible-ui.git
    
  3. Install Package Dependencies

    npm ci
    
  4. Start Project

    npm start
    

    This will start the frontend and the proxy in parallel.

    The UI will open and load after a few seconds.

  5. View the development documentation

Code of Conduct

We ask all of our community members and contributors to adhere to the Ansible code of conduct. If you have questions or need assistance, please reach out to our community team at codeofconduct@ansible.com

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.3%
  • JavaScript 2.5%
  • Other 0.2%