From 497b2949171b154a2d9152b710d1f972d61da37d Mon Sep 17 00:00:00 2001 From: adbenitez Date: Mon, 23 Dec 2024 21:32:41 +0100 Subject: [PATCH] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 67bf02b..d95653e 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,7 @@ Currently supported template presets include: - `vanilla-ts` You can use `.` for the project name to scaffold in the current directory. + +## Credits + +This project is based on [create-vite](https://github.com/vitejs/vite/tree/main/packages/create-vite).