Skip to content

hashinisraq/blogs-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HI_BLOGS

The site can be found at the following addresses 🌐:

Pre-requisites

Installation

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