URL: click here to view portfolio
There are several ways to start working with this project:
Ensure you have Node.js and npm installed.
We recommend using nvm to manage Node versions.
# Step 1: Clone the repository
git clone <YOUR_GIT_URL>
# Step 2: Navigate into the project directory
cd <YOUR_PROJECT_NAME>
# Step 3: Install dependencies
npm install
# Step 4: Start the development server
npm run dev