Home to SkylarkTV, a web app designed to demonstrate the features of Skylark, a headless CMS designed to enable customers to build and scale world-class streaming products.
Find out more about SkylarkTV here.
We use Yarn Workspaces to re-use local packages in multiple projects.
@skylark-apps/skylarktv
- Demo application for Skylark@skylark-apps/ingestor
- A content ingestor that helps you load large amounts of content into Skylark
Create a .env.local
in the packages/skylarktv
directory containing the corresponding environment variables found in the Environment Variables document.
Then run:
# Install workspace dependencies
yarn
# Run all apps
yarn dev
From the root directory run yarn test