Skip to content

Commit

Permalink
chore: started CLI page
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Aug 1, 2024
1 parent 24df38b commit ff0e565
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/app/start/cli/start-cli.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<article>
<div class="flex justify-center items-center w-100">
<ecsact-typed-ascii-logo />
<div class="flex flex-col md:flex-row gap-6 max-w-4xl mx-auto">
<div class="always-dark text-secondary hover:text-primary-bright transition-colors min-w-[350px] text-xs text-left m-auto bg-[black] rounded-lg p-4 py-8 border">
<ecsact-typed-ascii-logo />
</div>
<div class="flex-grow">
<h1><span class="i48">terminal</span> The Ecsact CLI</h1>
<p>
The Ecsact Command Line Interface (CLI) is the bare bones tool for working with Ecsact. It's what powers all Ecsact integrations and customizations.
</p>
</div>
</div>
<p>Start CLI page!</p>
</article>

0 comments on commit ff0e565

Please sign in to comment.