astro/examples/blog/README.md

24 lines
182 B
Markdown
Raw Normal View History

# Astro Blog Example
## Setup
```
npm install
```
## Dev
```
npm start
```
Preview at `http://localhost:3000`
## Build
```
npm build
```
Will output static site at `./_site`