Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 367 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 367 Bytes

Scena is a YouTube clone with support for transcoding and playing videos in HLS format.

Production deployment: https://scena.cc

Development

Install dependencies

pnpm install

Start the development server

pnpm dev

Build the app

pnpm build