Welcome to the repository for my portfolio website built with astro 🚀! This site highlights my projects, experience, and interests. You can check it out live at:
https://johnuuu.github.io
If you'd like to build and run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/JohnWu/johnuuu.github.io.git
-
Navigate to the project directory:
cd johnuuu.github.io -
Install dependencies:
npm install
-
Start the development server:
npm run dev
Your local version of the site will be available at http://localhost:4321.
-
Build for production (optional):
npm run build
The production-ready files will be in the
distdirectory.
Thank you for visiting! 🚀