From 460740421906c7179bb26a48f5965edd039c788d Mon Sep 17 00:00:00 2001 From: Jewgeni Lewash Date: Mon, 26 Feb 2024 22:45:43 +0100 Subject: [PATCH] chore(readme): update readme --- Readme.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Readme.md b/Readme.md index 4c84637..cbcdc22 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,9 @@ # Astro Deploy Starter +A custom Astro.js template + +![./public/pwa-512x512.png] + ## Features - 🚀 Astro.js 4 @@ -61,3 +65,17 @@ All commands are run from the root of the project, from a terminal: | `pnpm run upgrade` | Upgrade dependencies interactively | | `pnpm run format` | Formats codebase using Prettier | | `pnpm run commit` | Commits changes to version control | + +## Acknowledgements + +- [Astro.js Basic Example](https://github.com/withastro/astro/tree/main/examples/basics) +- [Astro.js Docs](https://docs.astro.build/) +- [Docker](https://www.docker.com/) +- [Material-Tailwind](https://www.material-tailwind.com/) +- [pnpm](https://pnpm.io/) +- [Prettier](https://prettier.io/) +- [Radix UI](https://www.radix-ui.com/) +- [shadcn/ui Docs](https://ui.shadcn.com/docs) +- [Tailkit](https://tailkit.com/) +- [Tailwind CSS Docs](https://tailwindcss.com/docs/) +- [Typescipt](https://www.typescriptlang.org/)