astro/examples/blog/README.md
2021-04-14 10:36:00 -06:00

182 B

Astro Blog Example

Setup

npm install

Dev

npm start

Preview at http://localhost:3000

Build

npm build

Will output static site at ./_site