Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 310 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 310 Bytes

SweepPresentation

Code containing the online presentation of the Decentralized Search System.

Steps to Execute

  1. Install Nodejs
  2. Run npm install to fetch the dependencies for the project.
  3. Install grunt globally by executing npm install grunt -g.
  4. Run grunt serve to run the project.