Skip to content

Share files quickly from your remote storage

Notifications You must be signed in to change notification settings

raucao/sharesome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 21, 2022
10cb508 · Sep 21, 2022
Dec 27, 2020
Dec 27, 2020
Feb 2, 2019
Mar 5, 2020
Sep 20, 2022
Feb 2, 2019
Jan 26, 2018
Jan 25, 2016
Feb 17, 2017
Jan 25, 2016
Feb 2, 2019
Feb 2, 2019
Feb 2, 2019
Oct 17, 2017
Feb 2, 2019
Feb 2, 2019
Jan 25, 2016
Dec 27, 2020
May 29, 2017
Mar 5, 2020
Sep 21, 2022
Sep 21, 2022
Feb 2, 2019

Repository files navigation

Sharesome

Sharesome lets you share files quickly from your own remote storage account.

Your account needs to support the RS (remoteStorage) standard. See https://remotestorage.io for more information.

Contributing

Please open GitHub issues for any questions, feedback or feature requests. Pull requests for the source code are very welcome and will always be responded to.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone [email protected]:skddc/sharesome.git this repository
  • cd sharesome
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • npm test for one-off runs
  • ember test --server to watch files and run tests automatically

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • npm run build (development)
  • npm run build:prod (production)

Deploying

For deploying a new version to https://sharesome.5apps.com you need to be added as a collaborator on 5apps Deploy.

  • npm run deploy (production)

Further Reading / Useful Links