Clean-room copy of the reusable engines from comiida, with all instance data, secrets, dependencies, and build output excluded: - app/ Astro theme skeleton (no comiida blog posts; hero image -> placeholder) - api/ SeedProject PHP framework (no vendor/.env/config.php) - content-pipeline/ engine only (scripts/admin/prompts; empty runtime state) - astroagent.config.json + app/.astroagent/skills Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SYHWLHihq3v9nxNwoPCKSn
19 lines
652 B
PHP
19 lines
652 B
PHP
|
||
<main>
|
||
|
||
<section class="py-5 text-center container">
|
||
<div class="row py-lg-5">
|
||
<div class="col-lg-6 col-md-8 mx-auto">
|
||
<h1 class="fw-light">Installation</h1>
|
||
<p class="lead text-muted">Something short and leading about the collection below—its contents, the creator, etc. Make it short and sweet, but not too short so folks don’t simply skip over it entirely.</p>
|
||
<p>
|
||
<a href="/install/i/requirements" class="btn btn-primary my-2">Start Installation</a>
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
|
||
</main>
|
||
|
||
|