Stashboard
Stashboard is a dashboard application for managing one's remoteStorage account. It has been created by 5apps as the front-end for 5apps Storage.
Storage providers & developers
Feel free to use this for your own server implementation, and also to just re-use parts of the code (e.g. markup and styles).
If you are genuinely interested in adopting this front-end for your server implementation, we would also be willing to help with making the app more customizable, so that you wouldn't have to run a custom fork per se. The GitHub issues are open for any and all requests.
Users
For security reasons, it is not currently possible to log into your 5apps
account when the app is not opened from rs.5apps.com
. This may change in the
future.
Prerequisites
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
Installation
git clone git@github.com:5apps/stashboard.git
this repositorycd stashboard
npm install
Running / Development
npm start
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Running Tests
ember test
ember test --server
Linting
npm run lint:hbs
npm run lint:js
npm run lint:js -- --fix
Deploying
npm run deploy:staging
ornpm run deploy:production