chore(readme): update readme

This commit is contained in:
Jewgeni Lewash 2024-02-26 22:45:43 +01:00
parent b3fe93a564
commit 4607404219

View File

@ -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/)