First, you need clone this repository.
git clone https://github.com/MdMostaFizurRahaman/koran.git
Then, you need to install dependencies.
cd koran
yarn install
Copy the .env.example file and rename it to .env.local.
cp .env.example .env.local
Run this command to start the development server.
yarn dev
Now your application is running on http://localhost:3000.
