Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 357 Bytes

File metadata and controls

26 lines (17 loc) · 357 Bytes

Tarun Sharma Blog Profile

Free Open Source BootCamp

This repository is a part of "Free Open Source BootCamp"

Setting up Locally

  1. Copy the .env.example to .env.local
cp .env.example .env.local
  1. Install Packages via yarn
yarn install
  1. Run the Next.JS Development Server
yarn dev