This file can be used as a demonstration for setup for this project.
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh
$ ~/.profile
$ nvm install 14.19.1
$ nvm use 14.19.1
$ npm i -g npm@6.14.16
We have used the original repository link, but it's adviced to fork this repo and use link to the forked repository.
$ git clone https://github.com/Portfolio-Shop/portfolioshop.git
$ cd portfolioshop
$ npm run dev-install
$ npm start