Skip to content

mostafizurhimself/koran

Repository files navigation

Getting Started

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.

Preview