feat(site): mention Edges and Nitro

This commit is contained in:
Ayo 2023-11-06 12:26:49 +01:00
parent 30c4790f61
commit 9e924ef13e

View file

@ -23,9 +23,9 @@
<main>
<section>
<p>
<strong style="font-size: large">McFly</strong> is an in-progress
project which aims to be a full-stack no-framework framework that
assists developers in leveraging the web platform.
<strong style="font-size: large">McFly</strong> is an in-progress,
full-stack, no-framework framework that assists developers in
leveraging the web platform.
</p>
<code-block>npm create mcfly@latest</code-block>
<p>
@ -42,12 +42,16 @@
<li>Write real .HTML files</li>
<li>Have no frameworks or reactivity libraries on the browser</li>
<li>Use server-side rendering</li>
<li>Deploy anywhere</li>
<li>Deploy anywhere, even the Edge *</li>
</ul>
<p>
Visit the <a href="/demo">Demo Page</a> or read more on ✨
<a href="https://github.com/ayoayco/mcfly#readme">GitHub</a>.
</p>
<p>
* Our deployment and other server-side features are provided by Nitro,
the same production-grade engine powering Nuxt
</p>
</section>
</main>
<my-footer></my-footer>