Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raucao/sharesome
Share files quickly from your remote storage
https://github.com/raucao/sharesome
canvas ember emberjs javascript pwa remotestorage spa unhosted
Last synced: 14 days ago
JSON representation
Share files quickly from your remote storage
- Host: GitHub
- URL: https://github.com/raucao/sharesome
- Owner: raucao
- Created: 2013-09-09T17:27:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-09-21T15:04:22.000Z (about 2 years ago)
- Last Synced: 2024-10-20T01:19:54.433Z (17 days ago)
- Topics: canvas, ember, emberjs, javascript, pwa, remotestorage, spa, unhosted
- Language: JavaScript
- Homepage: https://sharesome.5apps.com
- Size: 5.88 MB
- Stars: 23
- Watchers: 5
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-starred - raucao/sharesome - Share files quickly from your remote storage (javascript)
README
# 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.
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with npm)
* [Ember CLI](https://ember-cli.com/)
* [Google Chrome](https://google.com/chrome/)## Installation
* `git clone [email protected]:skddc/sharesome.git` this repository
* `cd sharesome`
* `npm install`## Running / Development
* `npm start`
* Visit the app at [http://localhost:4200](http://localhost:4200).
* Visit the tests at [http://localhost:4200/tests](http://localhost:4200/tests).### 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](https://5apps.com/deploy/).* `npm run deploy` (production)
## Further Reading / Useful Links
* [ember.js](https://emberjs.com/)
* [ember-cli](https://ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)