From d0a2016bededdbb0b6c7684ad8e6e59c6378eff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20S=C3=A1nchez?= Date: Mon, 6 Feb 2023 11:46:28 +0100 Subject: [PATCH] docs: add license section to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 34d26a4..07f56ba 100644 --- a/README.md +++ b/README.md @@ -214,3 +214,7 @@ docker run --rm -it -p 8080:80 vitesse:latest I have created several Vite apps recently. Setting the configs up is kinda the bottleneck for me to make the ideas simply come true within a very short time. So I made this starter template for myself to create apps more easily, along with some good practices that I have learned from making those apps. It's strongly opinionated, but feel free to tweak it or even maintain your own forks. [(see community maintained variation forks)](#variations) + +## 📄 License + +MIT License © 2020-PRESENT [Anthony Fu](https://github.com/antfu)