Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.52 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.52 KB

dropshare-landing-page

Drop...what?

Dropshare let you share files with friends or colleagues. Instead of uploading them on a company server (like Cloudapp or Dropplr), Dropshare lets you turn your own server into a sharing plateform.

What is this repo ?

I am a Dropshare user and I wanted to have my own landing page. You can have a look at it on Codepen.

Feel free to fork this repo and build your own landing page.

Variables

Variable Description
__FILENAME__ Name of the file shared
__PATH__ Path to the file shared
__PREVIEW__ Automatically generated by Dropshare if file is an image
__FILESIZE__ Formatted file size of the file shared

Required

These componments are used to build the landing page:

How to use

  1. Install node modules $ npm install
  2. Build your css (using Compass) in /css
  3. Run $ grunt
  4. Copy Dropshare-LandingPage.html as your Dropshare's landing page.
  5. Share files !