Skip to content

Tarun-Das-au8/nextjs-portfolio

Repository files navigation

Getting Started

Steps to run the project

  • Install dependencies:
npm install
# or
yarn
  • Finally, run the development server:
npm run dev
# or
yarn dev