feat(site): update landing page content

This commit is contained in:
Ayo Ayco 2024-12-27 23:49:11 +01:00
parent 0807640462
commit fb64905535

View file

@ -29,7 +29,11 @@
<p> <p>
<strong style="font-size: large">McFly</strong> is an in-progress, <strong style="font-size: large">McFly</strong> is an in-progress,
full-stack, no-framework meta-framework that assists developers in full-stack, no-framework meta-framework that assists developers in
leveraging the web platform. <a href="https://ayco.io/gh/mcfly" target="_blank">Get involved &nearr;</a> leveraging the web platform.
</p>
<h2>Try it today</h2>
<p>
You can try it now by running the following:
</p> </p>
<code-block>npm create <strong style="color: var(--color-blue)">mcfly</strong>@latest</code-block> <code-block>npm create <strong style="color: var(--color-blue)">mcfly</strong>@latest</code-block>
<p> <p>
@ -45,16 +49,18 @@
<li>Create web apps with vanilla custom elements</li> <li>Create web apps with vanilla custom elements</li>
<li>Write real .HTML files</li> <li>Write real .HTML files</li>
<li>Have no frameworks or reactivity libraries on the browser</li> <li>Have no frameworks or reactivity libraries on the browser</li>
<li>Use server-side rendering</li> <li>Use server-side rendering *</li>
<li>Deploy anywhere, even the Edge *</li> <li>Deploy anywhere, even the Edge **</li>
</ul> </ul>
<p> <p>
Visit the <a href="/demo">Demo Page</a> or read more on ✨ Visit the <a href="/demo">Demo Page</a> or read more on ✨
<a href="https://github.com/ayoayco/mcfly#readme">GitHub</a>. <a href="https://github.com/ayoayco/mcfly#readme">GitHub</a>.
</p> </p>
<p> <p>
* Our deployment and other server-side features are provided by Nitro, * Custom element / web component templates are not yet server-rendered, but is a top-priority goal for the project
the same production-grade engine powering Nuxt </p>
<p>
** Our deployment and other server-side features are provided by <a href="https://nitro.build">Nitro</a>, the same production-grade engine powering Nuxt
</p> </p>
</section> </section>
</main> </main>