This is a portfolio website built with Astro.
The Astro project is located in the astro-site/ directory.
This project uses pnpm as the package manager. Make sure to install the dependencies:
# Navigate to the project directory
cd astro-site
# Install dependencies
pnpm installStart the development server on http://localhost:3000:
# pnpm
pnpm devThis command will start a local development server and you can view your website at http://localhost:3000.
Build the application for production:
# pnpm
pnpm buildThis command will generate a dist/ directory with all the static assets of your website.
Locally preview production build:
# pnpm
pnpm previewThis command will start a local server to preview the production build.