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> <main>
<section> <section>
<p> <p>
<strong style="font-size: large">McFly</strong> is an in-progress <strong style="font-size: large">McFly</strong> is an in-progress,
project which aims to be a full-stack no-framework framework that full-stack, no-framework framework that assists developers in
assists developers in leveraging the web platform. leveraging the web platform.
</p> </p>
<code-block>npm create mcfly@latest</code-block> <code-block>npm create mcfly@latest</code-block>
<p> <p>
@ -42,12 +42,16 @@
<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</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>
* Our deployment and other server-side features are provided by Nitro,
the same production-grade engine powering Nuxt
</p>
</section> </section>
</main> </main>
<my-footer></my-footer> <my-footer></my-footer>