diff --git a/site/README.md b/site/README.md index c5534b1..9da0359 100644 --- a/site/README.md +++ b/site/README.md @@ -2,7 +2,7 @@ rRick & Morty cartoon

-

McFly

+

McFly Docs

McFly is a no-framework framework
that assists in leveraging the web platform

@@ -12,22 +12,6 @@

-## Installation - -Run the following to generate a McFly starter project: -``` -npm create mcfly@latest -``` - -## Features -The time has come for vanilla Web tech. 🎉 - -✅ 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
- ## Special directories **1. `./src/pages/`** - file-based routing for `.html` files @@ -57,11 +41,6 @@ export default defineConfig({ ``` -## More info -This framework is a result of [an exploration](https://social.ayco.io/@ayo/111195315785886977) for using [**Nitro**](https://nitro.unjs.io) and vanilla JS custom elements using a minimal [**Web Component Base**](https://ayco.io/n/web-component-base) class. - -**Nitro** is the same production-grade web server powering [**Nuxt**](https://nuxt.com/) - --- *Just keep building*
*A project by [Ayo Ayco](https://ayco.io)*