This is my personal portfolio and blog site. It is built with Astro and hosted on Netlify.
I build this project to learn Astro and to have a place to share my thoughts and projects.
I'm planning to write about web development, software engineering, and other topics that interest me.
I'm also planning to share some of my projects and experiments.
I hope you will find something interesting here.
All commands are run from the root of the project, from a terminal:
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 |
npm run astro ... |
Run CLI commands like astro add , astro check |
npm run astro -- --help |
Get help using the Astro CLI |
This project is open source and available under the MIT License.