Welcome to my portfolio hassanshakur, built with Next.js and hosted with Vercel
Hosting status
-
Clone this repository.
git clone https://github.com/hassanshakur/portfolio.git
-
Install dependencies.
cd portfolio/ npm install
-
Start the development server.
npm run dev
Your site is now running at
http://localhost:3000
! -
Open the source code and start editing!
-
Generate a full static production build.
npm run build
-
Preview the site as it will appear once deployed.
npm start
Your site is now running at
http://localhost:3000
!
A quick look at the top-level files and directories you'll see in this project.
.
├── app
├── components
├── data
├── fonts
├── helpers
├── images
├── public
├── redux
├── types
├── .eslintrc.json
├── .gitignore
├── LICENSE
├── README.md
├── next.config.js
├── package-lock.json
├── package.json
└── tsconfig.json
Licensed under the MIT License.