Skip to content

klpod221/klpod221.github.io

Repository files navigation

--// klpod221 Portfolio //--

📝 Description

This is my personal portfolio website. It is a static site built with Astro, a new static site builder that I am trying out. The site is hosted on GitHub Pages.

🚀 Quick start

To run the project locally, clone the repository and run the following commands using Node.js. I currently use Node.js v20.

npm install
npm run dev

Open http://localhost:4321 to view it in the browser.

🧞 Commands

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