Geoff Filippi

Frameworks

astro

January 7, 2023

Astro

Astro is an all-in-one web framework for building fast, content-focused websites.

Getting Started with a Blog Template

git clone git@github.com:geofffilippi/simple-blog-astro.git
npm i && npm start

Run Development Server

npm start

Build

npm run build 

Run Build Preview Server

npm start preview

Deploy to GitHub Pages

  • Make sure that the branch names match
    • master vs main

Deploy to GitLab Pages

  • Home
  • About

© 2023 Geoff Filippi