/v3

Third edition of my Portfolio website built with Next.js.

Primary LanguageJavaScriptMIT LicenseMIT

kamalhosen.com - v3

The third iteration of kamalhosen.com built with Next.js and hosted with Vercel

demo

🚨 Forking this repo (please read!)

Many people have contacted me asking me if they can use this code for their own website, and the answer to that question is usually yes, with attribution.

I value keeping my site open source, but as you all know, plagiarism is bad. It's always disheartening whenever I find that someone has copied my site without giving me credit. I spent a non-trivial amount of effort building and designing this iteration of my website, and I am proud of it! All I ask of you all is to not claim this effort as your own.

TL;DR

Yes, you can fork this repo. Please give me proper credit by linking back to kamalhosen.com. Thanks!

  1. Fork the repository on GitHub.

  2. Clone the forked repository to your local machine using Git:

    git clone https://github.com/your-username/v3.git

🛠 Installation & Set Up

  1. Navigate to the project directory and install the required dependencies using npm:

    cd v3
    npm install

</> Development

  1. Start the development server:

    npm run dev

📝 Changing Content

  1. Open the project directory in your code editor.
  2. Navigate to src/app/contents directory.
  3. Modify the JSON object files (*.js) to update your portfolio content.

✅ Building for Production

  1. To build the project for production:

    npm run build

🚀 Run in Production Mode

  1. Once the build is complete, start the production server:

    npm start