Welcome to the Livepeer AI Pipeline Exploration workshop!
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.
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/KarbonDallas/workshop-pipeline-exploration.git cd workshop-pipeline-exploration
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:3000
.
We welcome contributions! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.