Requirements

Ensure the following tools are installed:

Setting up the Repository

  1. Clone the repository and navigate into the project directory:

    npx create-next-app -e https://github.com/codewithxavi/codewithxavi-portfolio
    cd codewithxavi-portfolio
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev
  4. Open http://localhost:3000 in your browser to view the project.

📜 License

This project is licensed under the MIT License. See the LICENSE file for more details.