This is my personal portfolio site, which can be found at nisarga.me. This has been built out of the Vercel NextJS Portfolio Starter Kit.
Deploy the example using Vercel:
Execute create-next-app
with npm or Yarn to bootstrap the example:
npx create-next-app --example blog my-blog
# or
yarn create next-app --example blog my-blog
Deploy it to the cloud with Vercel (Documentation).