From 8f68831722beedcc22f03989905e5c7ca2f4f978 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 12 Oct 2023 20:58:17 +0200 Subject: [PATCH] chore: update readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d428c15..b897307 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@ McFly: Back to the Basics. Into the Future. --- -McFly is a framework that grows with you. Start at the very basic of writing HTML files and enhance with standard web technologies. Then go advanced as you like, at your own pace: define Server-Side Rendering logic, write vanilla Custom Elements for the browser and your own REST APIs on the server with full-stack type-safety... all in the same project. +McFly is a framework that grows with you. Start at the very basic of writing HTML files and enhance with standard web technologies or go advanced as you like, at your own pace. + +- HTML pages +- Server-Side Rendering logic +- Custom Elements +- REST APIs + +...all in the same project. -At the moment, this is a Proof of Concept and testing ground 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. ## Ambitious Goals We want a way to: @@ -50,6 +56,7 @@ npm run dev ## More info +At the moment, this is a Proof of Concept and testing ground 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. This project was generated from Nitro starter guide. Look at the [Nitro documentation](https://nitro.unjs.io/) to learn more.