Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 509 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 509 Bytes

Rocket Share

A quick and easy way to share files and documents among your peers. Visit the website here .

Setup

Clone the repo and install the dependencies.

git clone https://github.com/srineere/rocket-share.git
cd rocket-share
npm install

Steps for read-only access

To start the express server, run the following

npm start

Open http://localhost:3000 and take a look around.