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
vsmain