Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 957 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 957 Bytes

My Portfolio

This is my portfolio! It's made using Astro, a static site generator with containerized reactivity that I find very cool. The site is hosted at austinschneider.dev. It's very minimalist but with time I plan to add some more features, like maybe a contact page or a blog page.

It's hosted using Github Pages. The main branch is on main, and the prod branch is deployed to the actual site.

Commands

You can use these commands for Astro: (this is all automatically done by Github Actions)

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying