Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 658 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 658 Bytes

PlasticWasteProfilingWeb

A fully functioning web application to detect plastic waste.

Installation Instructions

Step 1: Pre-requisite Softwares to be installed

  1. Node (Install from here!)
  2. NPM (Usually comes pre-installed with Node)
  3. Yarn (Install from here!)

Step 2:

Go to the directory containing the package.json file in cmd and type in:

yarn install

After the node package modules have been installed run:

npm start