This is my portfolio! It's made using Astro, a static site generator with containerized reactivity that I find very cool. It's very minimalist but with time I plan to add some more features, like maybe a contact page or a blog page.
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 |