This repository is a part of "Free Open Source BootCamp". Checkout Open Source Bootcamp Playlist on Youtube.
- Copy the
.env.example
to.env.local
cp .env.example .env.local
- Install Packages via yarn
yarn install
- Run the Next.JS Development Server
yarn dev
Click here to view the video tutorial which will teach you step by step on how to set up this project