Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 658 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 658 Bytes

Ansible UI Framework Demo

Live Demo

Framework Documentation

Getting Started

  1. Prerequisites

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

    The project should with older versions of node and npm but may require regenerating the package-lock.json and manually adding required peer dependencies.

  2. Clone Repository

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

    npm ci
    
  4. Start Project

    npm start