My personal NextJS webspace with Markdown blog
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.
- NextJS
- TailwindCSS
- Markdown
- Netlify
Once the repo is cloned to your local device, you can run:
yarn install
yarn dev
App will start running immediately.