Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Screenly/clock-app

Repository files navigation

Screenly Clock App

Warning: This project has been abandoned in favor of the Clock Edge App.

Clock App Screenshot

This is an example asset for Screenly as part of the Screenly Playground.

You can view the live demo at clock.srly.io. The clock should automatically detect your local time zone and display the correct time.

Requirements

Install Wrangler

$ npm install -g wrangler

Login to Cloudflare

$ wrangler login

Run the project in dev mode

$ wrangler dev

Publish worker

$ wrangler publish --env [environment name]