Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 751 Bytes

installation.md

File metadata and controls

27 lines (15 loc) · 751 Bytes

Install

Install Node.js from the repositories:

sudo apt install nodejs

Install npm:

sudo apt install npm

Install a virtual enviroment for node.js:

Instructions to setup a virtual enviroment for node.js

Cloning the project from github:

Enter the directory where the 'env' folder is located and run:

git clone /~https://github.com/<your_username>/OnlinePriceTracker.git (This is the repo you have forked from the original)

Installing the dependencies (see the package.json file scripts, install):

!!! only proceed if your virtual enviroment is set up correctly You should see something like this in the command window : (env) panagiotou@panagiotou:

cd OnlinePriceTracker and run:

npm install