Stashboard is a dashboard application for managing one's remoteStorage account. It has been created by 5apps as the front-end for 5apps Storage.
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.
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.
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
git clone [email protected]:5apps/stashboard.git
this repositorycd stashboard
npm install
npm start
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
ember test
ember test --server
npm run lint:hbs
npm run lint:js
npm run lint:js -- --fix
npm run deploy:staging
ornpm run deploy:production