Skip to content

ArunGovil/arungovil.me

Repository files navigation

My personal NextJS webspace with Markdown blog


How to

By forking the repo, you can have a similar personal website for yourself within no time. Once forked, you can deploy the repo to any static serving services like Netlify or Vercel and your site will be live on the internet.

Made with

  • NextJS
  • TailwindCSS
  • Markdown
  • Netlify

Running locally

Once the repo is cloned to your local device, you can run:

yarn install
yarn dev

App will start running immediately.