dsh-codex-desktop-website
其他 活跃维护

dsh-codex-desktop-website

MichengAI/dsh-codex-desktop-website

轻量化静态官网站点,用于展示Codex桌面端产品特性、下载入口与使用指引,页面加载速度快,部署简单,可快速托管至任意静态服务平台,方便用户快速获取产品相关信息与安装资源。

2
Stars 标星
0
Forks 分支
2
Watchers 关注
0
Open Issues
JavaScript
主要语言
Apache-2.0
开源协议
3.1 MB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:MichengAI/dsh-codex-desktop-website
git clone https://github.com/MichengAI/dsh-codex-desktop-website.git
git clone git@github.com:MichengAI/dsh-codex-desktop-website.git
README.md main

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

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