Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Screenly/Edge-App-Template

Repository files navigation

Screenly Edge App Template

Prerequisites

Getting Started

bun install
screenly edge-app create \
    --name=EDGE_APP_NAME \
    --in-place

Create an Edge App Instance via CLI

screenly edge-app instance create --name=EDGE_APP_INSTANCE_NAME

Deployment

bun run build
bun run deploy

Development

Run the following on a terminal to start the development server:

bun install
bun run dev

Run the following on a second terminal to generate mock data:

screenly edge-app run --generate-mock-data --path dist/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published