diff --git a/site/src/pages/index.html b/site/src/pages/index.html index b1bacf0..ca0098d 100644 --- a/site/src/pages/index.html +++ b/site/src/pages/index.html @@ -29,7 +29,11 @@

McFly is an in-progress, full-stack, no-framework meta-framework that assists developers in - leveraging the web platform. Get involved ↗ + leveraging the web platform. +

+

Try it today

+

+ You can try it now by running the following:

npm create mcfly@latest

@@ -45,16 +49,18 @@

  • Create web apps with vanilla custom elements
  • Write real .HTML files
  • Have no frameworks or reactivity libraries on the browser
  • -
  • Use server-side rendering
  • -
  • Deploy anywhere, even the Edge *
  • +
  • Use server-side rendering *
  • +
  • Deploy anywhere, even the Edge **
  • Visit the Demo Page or read more on ✨ GitHub.

    - * Our deployment and other server-side features are provided by Nitro, - the same production-grade engine powering Nuxt + * Custom element / web component templates are not yet server-rendered, but is a top-priority goal for the project +

    +

    + ** Our deployment and other server-side features are provided by Nitro, the same production-grade engine powering Nuxt