feat(site): mention Edges and Nitro
This commit is contained in:
parent
30c4790f61
commit
9e924ef13e
1 changed files with 8 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue