Follow these steps to set up and run the project locally:
After downloading/cloning the project, navigate to the project directory and run:
npm install
# or
yarn installThis will install all required dependencies.
Once the installation is complete, start the server with:
npm run dev
# or
yarn devYour portfolio will now be running at http://localhost:3000.
Before running the project, make sure to create a .env.local file in the root directory and add the following:
NEXT_PUBLIC_SITE_URL=http://localhost:3000This ensures proper configuration of environment variables.