Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.26 KB

SETUP.md

File metadata and controls

41 lines (30 loc) · 1.26 KB

SETUP

This file can be used as a demonstration for setup for this project.

Install node.js using nvm

Install nvm

$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh
$ ~/.profile

image

image

Setup Node.js

$ nvm install 14.19.1
$ nvm use 14.19.1
$ npm i -g npm@6.14.16

image

Clone the repository and install libraries

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

image

$ npm start

image

image