Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 858 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 858 Bytes

Kedro-Viz Standalone

This project demonstrates how to integrate Kedro-Viz as React component into a simple React application. For more information please visit Kedro-Viz and Kedro-Viz on npm

Installation

  1. Clone the repository:

    git clone https://github.com/kedro-org/kedro-viz-standalone.git
    cd kedro-viz-standalone
  2. Install the dependencies:

    npm install

Usage

  1. Start the development server:

    npm start
  2. Open your browser and navigate to http://localhost:3000 to see the Kedro-Viz standalone.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

Kedro-Viz standalone is licensed under the Apache 2.0 License.