From ca89e59ea7c339bab2749e323b68148e18297b98 Mon Sep 17 00:00:00 2001
From: Ayo
Date: Mon, 6 Nov 2023 22:17:35 +0100
Subject: [PATCH] chore(site): update readme
---
site/README.md | 23 +----------------------
1 file changed, 1 insertion(+), 22 deletions(-)
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 @@
-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)*