The site can be found at the following addresses 🌐:
You must first clone the repository. To do so, first open your console and type:
git clone https://github.com/hashinisraq/blogs-ui.git
It is recommended to install the packages using yarn. If you don't have yarn installed already, do the following:
npm install --global yarn
yarn --version
After you have installed yarn, run the following command:
cd hi-blog-ui
yarn install