55 lines
2.2 KiB
HTML
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>
|