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.
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.
You can find a description of variables on the Dropshare User Guide.
These componments are used to build the landing page:
- Install node modules
$ npm install
- Create a
settings.json
file (see bellow) - Build your css (using Compass) in
/css
- Run
$ grunt
- Copy
Dropshare-LandingPage.html
as your Dropshare's landing page. - Share files !
Here's the informaiton you have to provide in setings.json
:
{
"ga": "UA-XXXXXXX-X"
}
ga
is your Google Analytics id.