The second iteration of asmitbm.me built with Next.js and hosted with Vercel.
Previous iteration(s): v1
If you'd like to use this website design for your own portfolio, you're more than welcome to do so. Just remember to provide proper attribution by including a link back to asmitbm.me :)
Contributing is as easy as starting a new workspace:
-
Requires Node version 16.x and above.
-
Fork and Clone this repo.
git clone https://github.com/<YOUR_USERNAME>/portfolio-v2.git
-
Open the cloned folder in your IDE.
cd portfolio-v2
-
Install dependencies
npm install
-
This portfolio uses the Resend service to send and receive emails on the Contact page. Make sure to read the instructions and obtain your own API Key to run the project successfully.
-
Make a new file called
.env.local
. Copy and paste your API Key as follows:RESEND_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxx
-
Start the development server
npm run dev
-
Generate a full static production build
npm run build
Feel free to raise issues if you find any bugs in the site. You can also create pull requests to add new features.