DSH HUB
首页插件商店插件包社区排行榜资源发布指南
插件源码
返回插件目录

MichengAI /

deepseek-harness-website

仅 Topic 仓库

DeepSeek Harness Desktop 官网

★ 2 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
查看 GitHub
README来源: main@166a7a44

DeepSeek Harness Desktop Website

中文

This repository contains the website source for DeepSeek Harness Desktop. The site introduces the project and links to installers for Windows, macOS, and Linux.

Current release shown on the website: v0.1.4

Links

  • Website repository: deepseek-harness-website
  • Desktop app: deepseek-harness-desktop
  • Releases: GitHub Releases
  • Upstream: deepseek-ai/deepseek-harness

Local development

Install Node.js and npm, then run the following commands from the repository root:

[Console]::OutputEncoding = [System.Text.Encoding]::UTF8
$OutputEncoding = [System.Text.Encoding]::UTF8
npm ci
npm run dev

The development server listens on http://localhost:5173 by default.

Build and test

[Console]::OutputEncoding = [System.Text.Encoding]::UTF8
$OutputEncoding = [System.Text.Encoding]::UTF8
npm run build
npm run test:sites

The client build is written to dist\client.

Cloudflare Workers deployment

wrangler.jsonc serves dist\client as static assets, while worker\index.js provides the single-page application fallback.

[Console]::OutputEncoding = [System.Text.Encoding]::UTF8
$OutputEncoding = [System.Text.Encoding]::UTF8
npm run build
npx wrangler deploy

License

This project is licensed under the Apache License 2.0.

Project layout

src\                 React page and styles
public\assets\       Website image assets
worker\              Cloudflare Worker entry point
scripts\             Build helpers
tests\               Worker and build configuration tests
wrangler.jsonc       Cloudflare Workers configuration
—/ 5

暂无评分

需要先验证清单

Commit 166a7a444f5d

社区评论

还没有评论,来写第一条。

DSH HUB

社区维护的 DSH 插件索引。不是 GitHub 或 DeepSeek AI 的官方产品。

社区资源API关于