Skip to content

PiyushPawar17/website

Repository files navigation

Website

This is the second iteration of my website with new design and blog included.

Tech Stack

Overview

  • pages/api/* - API Routes for the post views.
  • data/blogs/* - Static blogs powered by MDX.
  • /pages/* - Other Static Pages

Running Locally

  • Clone the repo
git clone https://github.com/PiyushPawar17/website.git
cd website
  • Install dependencies
yarn
  • Run dev server
yarn dev

Create a .env.local file at the root similar to .env.example