Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 643 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 643 Bytes

Jason's Portfolio Website

jasonqiu.dev

portfolio

🥞 Tech Stack

Built with React and Mantine, deployed with Vercel.

🛠️ Installation & Setup

  1. Clone the project repository.
git clone https://github.com/jasonqiu212/portfolio.git
cd portfolio
  1. Install the necessary packages.
npm install
  1. Start the development server.
npm run dev