feat(site): indicate PoC; add link to repo
This commit is contained in:
parent
10573b56a1
commit
eece84dc22
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
"
|
||||
>
|
||||
<a style="color: white" href="/">
|
||||
<h1>McFly <slot name="title-postfix" /> </h1>
|
||||
<h1>McFly (PoC) <slot name="title-postfix" /> </h1>
|
||||
</a>
|
||||
<slot />
|
||||
</header>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<p>
|
||||
<strong style="font-size: large">McFly</strong> is an in-progress,
|
||||
full-stack, no-framework framework that assists developers in
|
||||
leveraging the web platform.
|
||||
leveraging the web platform. <a href="https://ayco.io/gh/mcfly" target="_blank">Get involved ↗</a>
|
||||
</p>
|
||||
<code-block>npm create <strong style="color: var(--color-blue)">mcfly</strong>@latest</code-block>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue