NextJS blog app built by referring to this figma design
Make sure you have the following installed on your machine:
First, clone the repository to your local machine using Git:
git clone https://github.com/MD-AZMAL/nextjs-blog-app
Change into the project directory:
cd nextjs-blog-app
Install the necessary dependencies using npm or Yarn or pnpm:
Using npm:
npm install
Using Yarn:
yarn install
Using pnpm:
pnpm install
Start the development server:
Using npm:
npm run dev
Using Yarn:
yarn dev
Using pnpm:
pnpm run dev