The third iteration of kamalhosen.com built with Next.js and hosted with Vercel
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.
Yes, you can fork this repo. Please give me proper credit by linking back to kamalhosen.com. Thanks!
-
Fork the repository on GitHub.
-
Clone the forked repository to your local machine using Git:
git clone https://github.com/your-username/v3.git
-
Navigate to the project directory and install the required dependencies using npm:
cd v3 npm install
-
Start the development server:
npm run dev
- Open the project directory in your code editor.
- Navigate to
src/app/contents
directory. - Modify the JSON object files (
*.js
) to update your portfolio content.
-
To build the project for production:
npm run build
-
Once the build is complete, start the production server:
npm start