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.
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.
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
- git clone [email protected]:skddc/sharesome.gitthis repository
- cd sharesome
- npm install
- npm start
- Visit the app at http://localhost:4200.
- Visit the tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate for more details
- npm testfor one-off runs
- ember test --serverto watch files and run tests automatically
- npm run lint:hbs
- npm run lint:js
- npm run lint:js -- --fix
- npm run build(development)
- npm run build:prod(production)
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)