Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.2 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.2 KB

Pipeline Exploration

Welcome to the Livepeer AI Pipeline Exploration workshop!

Table of Contents

Introduction

This workshop app is designed to help you explore and understand how parameter values impact the output of Livepeer AI pipelines. It leverages Next.js, Tailwind, and Radix UI components to give you a good starting point for your own application.

Installation

To get started with the project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/KarbonDallas/workshop-pipeline-exploration.git
    cd workshop-pipeline-exploration
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev
  4. Open your browser and navigate to http://localhost:3000.

Contributing

We welcome contributions! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.