Follow the steps below to run this project on your machine.
Make sure you have installed the following prerequisites before proceeding:
Clone this repository to your local machine:
git clone https://github.com/vickyadrii/personal-website-2.0.git
Navigate to the project directory:
cd personal-website-2.0
Install all the required dependencies using npm or Yarn:
npm install
# or
yarn
Start the NextJS server:
npm run dev
# or
yarn dev