787ba306cc
* examples: add astroRoot to blog example * example: add astro config for `npm run build` #141 |
||
---|---|---|
.. | ||
public | ||
src | ||
.gitignore | ||
astro.config.mjs | ||
package-lock.json | ||
package.json | ||
README.md | ||
snowpack.config.js |
Astro Blog Example
Setup
npm install
Dev
npm start
Preview at http://localhost:3000
Build
npm build
Will output static site at ./dist