Skip to content

skylark-platform/skylarktv

Repository files navigation

image

SkylarkTV

Vercel Deploy Pull Request Checks

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.

Overview

We use Yarn Workspaces to re-use local packages in multiple projects.

Packages (packages/)

  • @skylark-apps/skylarktv - Demo application for Skylark
  • @skylark-apps/ingestor - A content ingestor that helps you load large amounts of content into Skylark

Running

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

Running tests

From the root directory run yarn test

Releases

No releases published

Packages

No packages published