Welcome to my personal portfolio built with Astro.js
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You need NodeJs to be installed in your machine (16+ recommended)
nvm use 18
A step by step series of examples that tell you how to get a development env running.
Open projet in your IDE / terminal and run dev server with:
pnpm dev
Production version can be built and run with:
pnpm build
pnpm preview
You may need to install the recommended extensions in VSCode to have intellisense enabled.