initialize project

This commit is contained in:
somrat sorkar
2023-04-17 12:50:29 +06:00
commit 8badd3f3e7
106 changed files with 4564 additions and 0 deletions
Executable
+20
View File
@@ -0,0 +1,20 @@
# Astro Tailwind Boilerplate
## Dependency
- astro 2.3+
- node v18+
- npm v9.5+
- tailwind v3.3+
## Development Command
```
npm run dev
```
## Build Command
```
npm run build
```