First, clone the repo using below command:
git clone https://github.com/Mohit251103/blogio.git
After that:
cd blogio
npm install
Run your postgres server (refer: Prisma docs)
Make sure to add environment variables
After connecting the database, run the following command:
npm run dev
Open http://localhost:3000 with your browser to see the result.