nirajdeshmukh.com built with Next.js,Tailwindcss, React.js and hosted with Vercel
IF you want can use this code for to own website, and the answer to that question is usually yes, with attribution. I appreciate the open-source community and encourage sharing, but please do not plagiarize. Creating and designing this website required significant effort, and I take pride in it. While I am happy for you to benefit from the code, I kindly ask that you do not claim this work as your own. Giving credit where it's due fosters a supportive and respectful online environment. Thank you!
TL;DR Yes, you can fork this repo. Please give me proper credit by linking back to nirajdeshmukh.com. Thanks!
Install npm of this projectm
npm install
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:8080 with your browser to see the result.
You can start editing the page by modifying app/page.js
. The page auto-updates as you edit the file.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.