This repository contains the source code for my personal website. The website is built using Astro.build.
Hosted at GitHub Pages.
If you see any issues or have any suggestions, feel free to open an issue or a pull request.
Install dependencies:
npm install
Run the local development server:
npm run dev
Open the site at localhost:4321 ( or whatever url the terminal says where the dev server is running on )