Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

PiyushPawar17/developing-mind

Repository files navigation

Update (Archived)

The blog has been moved to my personal website. Check the repo here. This repo can be used for reference.

Developing Mind

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

Tech Stack

Overview

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

Running Locally

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

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