Skip to content

A remoteStorage account dashboard

License

Notifications You must be signed in to change notification settings

5apps/stashboard

Repository files navigation

Build Status

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.

Screenshot of a 5apps Storage dashboard

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.

Installation

  • git clone git@github.com:5apps/stashboard.git this repository
  • cd stashboard
  • npm install

Running / Development

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 or npm run deploy:production