mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
23 lines
180 B
Markdown
23 lines
180 B
Markdown
# Astro + Tailwind
|
|
|
|
## Setup
|
|
|
|
```
|
|
npm install
|
|
```
|
|
|
|
## Dev
|
|
|
|
```
|
|
npm start
|
|
```
|
|
|
|
Preview at `http://localhost:3000`
|
|
|
|
## Build
|
|
|
|
```
|
|
npm build
|
|
```
|
|
|
|
Will output static site at `./_site`
|