# content-delivery-system **Repository Path**: ellipse120/content-delivery-system ## Basic Information - **Project Name**: content-delivery-system - **Description**: 功能类似电梯里的广告屏幕,一个后台管理多个屏幕,远程推送内容到终端,终端里可以轮播视频图片等资源。使用Nuxt4, Nuxt UI, Deno/Kv 等技术实现功能。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2025-03-27 - **Last Updated**: 2026-01-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Content Delivery System > The function is similar to the advertising screen in the elevator, a background manages multiple screens, remotely pushes content to the terminal, and the terminal can rotate resources such as videos and pictures. > Using Nuxt, Nuxt UI, Deno/Kv, etc ## Setup Make sure to install dependencies: ```bash pnpm install ``` ## Development Server Start the development server on `http://localhost:3000`: ```bash pnpm dev ``` ## Production Build the application for production: ```bash pnpm build ``` Locally preview production build: ```bash pnpm preview ```