Skip to content

Portfolio Website of Asmit Malakannawar, made using Next.js.

License

Notifications You must be signed in to change notification settings

Mayaleeeee/portfolio-v2

 
 

Repository files navigation

Logo

The second iteration of asmitbm.me built with Next.js and hosted with Vercel.

Previous iteration(s): v1

portfolio website

Using This Website as Template

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 :)

Installation & Set Up

Online Set Up

Contributing is as easy as starting a new workspace:

Open in Gitpod

Local Set Up

  1. Requires Node version 16.x and above.

  2. Fork and Clone this repo.

    git clone https://github.com/<YOUR_USERNAME>/portfolio-v2.git
  3. Open the cloned folder in your IDE.

    cd portfolio-v2
  4. Install dependencies

    npm install
  5. 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.

  6. Make a new file called .env.local. Copy and paste your API Key as follows:

    RESEND_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxx
  7. Start the development server

    npm run dev

Building and Running for Production

  1. 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.

About

Portfolio Website of Asmit Malakannawar, made using Next.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.4%
  • MDX 27.7%
  • CSS 25.9%