Files
xiaoluolyg--god/docs/site/zh/start.html
T
wehub-resource-sync aa1a5d5763
CI / Release hygiene (push) Has been cancelled
CI / Python targeted tests (push) Has been cancelled
CI / Frontend build (push) Has been cancelled
Pages / Build and deploy public pages (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:18:17 +08:00

55 lines
2.2 KiB
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>开始使用 GOD</title>
<meta name="description" content="本地启动 GOD 或打开开发者文档。">
<link rel="stylesheet" href="../assets/site.css">
</head>
<body>
<header class="site-header">
<nav class="nav" aria-label="主导航">
<a class="brand" href="index.html"><img src="../assets/logo_no_bg.png" alt="">GOD</a>
<div class="nav-links">
<a href="index.html">使用场景</a>
<a href="experiments/index.html">实验展厅</a>
<a data-nav href="start.html">开始使用</a>
<a href="../start.html">English</a>
<a href="https://github.com/XiaoLuoLYG/GOD">GitHub</a>
</div>
</nav>
</header>
<main>
<section class="detail-hero">
<p class="eyebrow">开始使用</p>
<h1>从公开仓库本地运行 GOD。</h1>
<p class="lede">这个页面只做入口分流,避免复制一份会漂移的安装文档。</p>
</section>
<section class="section">
<div class="detail-grid">
<article class="detail-panel">
<h3>快速开始</h3>
<p>想走最短公开路径时,请以 GitHub README 为准。</p>
<a class="button" href="https://github.com/XiaoLuoLYG/GOD/blob/main/README.zh-CN.md#-快速开始">打开 README</a>
</article>
<article class="detail-panel">
<h3>开发者文档</h3>
<p>安装、扩展和 reference 内容放在 Read the Docs 源目录里。</p>
<a class="button secondary" href="../developer/zh/">打开开发者文档</a>
</article>
<article class="detail-panel">
<h3>当前启动命令</h3>
<p>克隆仓库后,常规本地路径是:</p>
<code class="repo-path">./scripts/god.sh start</code>
</article>
</div>
</section>
</main>
<footer class="footer">
<div class="footer-inner"><span>GOD</span><span><a href="experiments/index.html">查看实验</a></span></div>
</footer>
<script src="../assets/site.js"></script>
</body>
</html>