If you would still prefer to do the installation manually, follow these steps:
Clone the repo:
git clone https://github.com/ruhit07/blog-platform-frontend.git
cd blog-platform-frontend
Install the dependencies:
npm install
Set the environment variables:
open .env.local and modify the environment variables
Running locally:
npm run dev