create-staticwind
Version:
Create an optimized static site with Astro and Tailwind
29 lines (19 loc) • 304 B
Markdown
# create-staticwind
Interactive CLI to scaffold an optimized, typesafe Astro app.
## Getting Started
### npm
```bash
npm create staticwind@latest
```
### yarn
```bash
yarn create staticwind
```
### pnpm
```bash
pnpm create staticwind@latest
```
### bun
```bash
bun create staticwind@latest
```