You can either left click green button "Code" to download the zip file or clone the repository as following steps.
Clone the repo
git clone https://github.com/Inupedia/eCommerce-Platform.git
# package install front end
yarn install
# package install server
cd server
yarn install
# under main repository file
npm start