Thank you for checking out this repository of my portfolio website.
- Node.js
- npm
# Clone the repo
git clone
cd portfolio
# Install npm packages
npm install
#Opens [http://localhost:3000](http://localhost:3000) in the browser.
npm run dev
# or
yarn dev