b81abd5b2c
* Add CSS bundling * Add Changeset * Update build script * Count better * Fix stats * Cleanup * Add test * Show profile ms under 750ms |
||
---|---|---|
.. | ||
public | ||
src | ||
.gitignore | ||
astro.config.mjs | ||
package.json | ||
README.md |
Astro Blog Example
Setup
npm install
Dev
npm start
Preview at http://localhost:3000
Build
npm build
Will output static site at ./dist