Files
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="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Start GOD</title>
<meta name="description" content="Start GOD locally or open developer docs.">
<link rel="stylesheet" href="assets/site.css">
</head>
<body>
<header class="site-header">
<nav class="nav" aria-label="Main navigation">
<a class="brand" href="index.html"><img src="assets/logo_no_bg.png" alt="">GOD</a>
<div class="nav-links">
<a href="index.html">Use Cases</a>
<a href="experiments/index.html">Experiments</a>
<a data-nav href="start.html">Start</a>
<a href="zh/start.html">中文</a>
<a href="https://github.com/XiaoLuoLYG/GOD">GitHub</a>
</div>
</nav>
</header>
<main>
<section class="detail-hero">
<p class="eyebrow">Start</p>
<h1>Run GOD from the public repo.</h1>
<p class="lede">This page intentionally points to the canonical setup docs instead of duplicating install instructions.</p>
</section>
<section class="section">
<div class="detail-grid">
<article class="detail-panel">
<h3>Quick start</h3>
<p>Use the GitHub README when you want the shortest public setup path.</p>
<a class="button" href="https://github.com/XiaoLuoLYG/GOD#-quick-start">Open README</a>
</article>
<article class="detail-panel">
<h3>Developer docs</h3>
<p>Use the Read the Docs source when you want installation, extension, and reference guides.</p>
<a class="button secondary" href="developer/">Open developer docs</a>
</article>
<article class="detail-panel">
<h3>Current command</h3>
<p>After cloning the repo, the normal local path is:</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">See experiments</a></span></div>
</footer>
<script src="assets/site.js"></script>
</body>
</html>