From 0cbe3a61c4635043c32b03a9644286a4d899083b Mon Sep 17 00:00:00 2001 From: prototypa <54446028+prototypa@users.noreply.github.com> Date: Wed, 16 Nov 2022 19:24:38 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5051caa..3132038 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,10 @@ ## Getting started +**AstroWind** tries to give you quick access to creating a website using Astro and Tailwind CSS. It's a free theme focuses on simplicity, good practices and high performance. + +Very little vanilla javascript is used only to provide basic functionality so that each developer decides which framework (React, Angular, Vue, Svelte, Solid JS...) to use and how to approach their goals.. + ### Project structure Inside AstroWind template, you'll see the following folders and files: From 9916fd957d611571b4bb481e7a428b3d36ee3f84 Mon Sep 17 00:00:00 2001 From: prototypa <54446028+prototypa@users.noreply.github.com> Date: Wed, 16 Nov 2022 19:27:13 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3132038..a77a693 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ ## Getting started -**AstroWind** tries to give you quick access to creating a website using Astro and Tailwind CSS. It's a free theme focuses on simplicity, good practices and high performance. +**AstroWind** tries to give you quick access to creating a website using [Astro](https://astro.build/) + [Tailwind CSS](https://tailwindcss.com/). It's a free theme focuses on simplicity, good practices and high performance. Very little vanilla javascript is used only to provide basic functionality so that each developer decides which framework (React, Angular, Vue, Svelte, Solid JS...) to use and how to approach their goals..