Skip to content

Swe-HimelRana/NewPortfolio

Repository files navigation

NextJS Portfolio

This is my simple and Beautiful mobile friendly Porfolio made with Nextjs and Shadcn Ui.

demo

Or visit https://himelrana.com with your browser to see the result.

Getting Started

Install dependencies

    npm instll

First, run the development server:

    npm run dev

Production Build

    npm run build
    # for check
    npm start

Install production dependencies

    npm install --production

Open http://localhost:3000 with your browser to see the result.