This repository is dedicated to showing you how to get started with Vidstack using various JavaScript frameworks and CSS libraries.
You can run the examples locally by following these steps:
git clone [email protected]:vidstack/examples.git vidstack-examples
cd vidstack-examples
pnpm i
pnpm start
- launches a process for you to select which example to run.
Each example has a README which contains an "Open in StackBlitz" link. If you click it, it'll fork and launch the project in StackBlitz. You can run the code, edit it, and preview it inside their development environment. This is the easiest way to start playing with the examples.